B
Bill
Hi,
I create two dropdownmenu for list of city and country. It works if I select other city without single quote but it will not work with single quote . I am trying to add Chr(34) to make it work. Your help would be much appreciated.
example. St. Paul's
"Table1.cboCity = '" & cboCity & "' And Table.Country ='" & cboCountry & "'"
I create two dropdownmenu for list of city and country. It works if I select other city without single quote but it will not work with single quote . I am trying to add Chr(34) to make it work. Your help would be much appreciated.
example. St. Paul's
"Table1.cboCity = '" & cboCity & "' And Table.Country ='" & cboCountry & "'"