Before and after & Combo1. Text & two & can be removed?
Time:10-11
The front learn & amp; Character, the book says it's a character in one of the connection, no other description, but see instances in the code, such as the title says the drop-down text box displays the contents of the USES is "& amp; Combo1. Text & amp; "Rather than" Combo1. Text ", I think before the latter two & amp; As if no effect, but remove the tip error, baidu can't find the answer, don't too simple? Old birds are also please feel free to simply give directions? Thank you very much!!
CodePudding user response:
This means that, Combo1. The Text is connected as part of a string,
CodePudding user response:
You should give a complete relevant code block!
CodePudding user response:
aa='Combox1. Text'. The value of aa is Combox1 Text, is a constant Aa='" & amp; Combox1. Text & amp;" 'aa is the value of the combox1 controls text content, is a variable
CodePudding user response:
Original bank code is the first student id search the database for content in the drop-down box is recorded, as follows: Data1. You. FindFirst "student id='" & amp; Combo1. Text & amp; "' "Also please have a look
CodePudding user response:
. "Student id='" & amp; Combo1. Text & amp; "' " Is to give Combo1. TXT on both sides with quotes. Combo1 itself not in quotation marks, and you look carefully.
In front of a pair of double quotes: "student id='is a string" Behind a pair of double quotes: "'" a single quotes is string