drop down city

T

tektek

I need some help to how to create a drop down field from which city that i can choose from that menu
 
K

Ken Snell

Set the row source of the combo box to be a query similar to this:

SELECT [CityName] FROM [TableName] ORDER BY [CityName];
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top