A
AlexeyU
hi
ADP.
Form without RecordSource.
ComboBox with RowSource="select * from TBL1" and AutoExpand=true
in TBL1 for sample present records:
aaaaaa
bbbbbbb
aaa "aaaaa"
"zzzzzzzzzzz"
"xxxx"xxxx""
So, if AutoExpand is true - then whan type in comboBox - records from
rowSource must auto place to comboBox.
And it is true for aaaaaa and bbbbbbb.
But whan i type " in comboBox, auto expand dont work. So, nor aaa
"aaaaa", nor "zzzzzzzzzzz", nor "xxxx"xxxx"" dont auto place to ComboBox.
And even whan i copy it records and paste in ComboBox, press enter - it fire
message - NotInList.
How fix it?
ADP.
Form without RecordSource.
ComboBox with RowSource="select * from TBL1" and AutoExpand=true
in TBL1 for sample present records:
aaaaaa
bbbbbbb
aaa "aaaaa"
"zzzzzzzzzzz"
"xxxx"xxxx""
So, if AutoExpand is true - then whan type in comboBox - records from
rowSource must auto place to comboBox.
And it is true for aaaaaa and bbbbbbb.
But whan i type " in comboBox, auto expand dont work. So, nor aaa
"aaaaa", nor "zzzzzzzzzzz", nor "xxxx"xxxx"" dont auto place to ComboBox.
And even whan i copy it records and paste in ComboBox, press enter - it fire
message - NotInList.
How fix it?