Hi- Looking for some pointers or direction on this problem.
I think it is pretty straight forward but here goes:
1. In my main form I want to have a drop down list of states.
When one is chosen I want the other drop down list to show the applicable counties in the chosen state.
2. Similarly, on a second form, I want to do a drop down of states, then show applicable cities and show applicable zip codes.
For the either one of these, I'd like to allow multi-select on the last drop down list.
First- Do I have to have two or three drop down combo boxes to do this? I have used one drop down box that shows the state and county or the state, city and zip but I think the object has to be set to only one value and I want my query to pull in both or all three of the parameters.
In advance- Dan from Cleveland says thanks. It's 10 degrees with 70 mile per hour winds around here so any help would warm up my situation.
I think it is pretty straight forward but here goes:
1. In my main form I want to have a drop down list of states.
When one is chosen I want the other drop down list to show the applicable counties in the chosen state.
2. Similarly, on a second form, I want to do a drop down of states, then show applicable cities and show applicable zip codes.
For the either one of these, I'd like to allow multi-select on the last drop down list.
First- Do I have to have two or three drop down combo boxes to do this? I have used one drop down box that shows the state and county or the state, city and zip but I think the object has to be set to only one value and I want my query to pull in both or all three of the parameters.
In advance- Dan from Cleveland says thanks. It's 10 degrees with 70 mile per hour winds around here so any help would warm up my situation.