ADP and " in ComboBox [again]

  • Thread starter Thread starter AlexeyU
  • Start date Start date
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?
 
hi
Why would you want to have quotes in part of your string?

I dont want :), but users want it.

I dont know how in english countries but in Russia we almost all time use
such form of name:
Corporation "Nicrosoft"
Stock company "Microsoft"

or even such form:
"Stock company "Microsoft""
 
Back
Top