G
Guest
I am trying to link the city name to a form and I am getting the CityID # now
from the table... I know on a cbobox the following works
SELECT DISTINCTROW tblCity.* FROM tblCity ORDER BY tblCity.City;
But I don't know how to do the same thing in a text box... and does the code
go in the Control source?
Sorry, I don't know how to use the expression builder... (yet!) and I can't
find an example to follow.
Thanks!
from the table... I know on a cbobox the following works
SELECT DISTINCTROW tblCity.* FROM tblCity ORDER BY tblCity.City;
But I don't know how to do the same thing in a text box... and does the code
go in the Control source?
Sorry, I don't know how to use the expression builder... (yet!) and I can't
find an example to follow.
Thanks!