I have a States table and a Cities table with a one to many relationship.
Can I have a query such that when I choose a state in the states' drop down column, it will show only the cities for that state in the cities' drop down column.
I know how to do this in a form but i would like to do this in a query.
Thanks for your help in advance.
Can I have a query such that when I choose a state in the states' drop down column, it will show only the cities for that state in the cities' drop down column.
I know how to do this in a form but i would like to do this in a query.
Thanks for your help in advance.