I have a Location table (LocationID, LocationName, LocationAddr, LocationCity, etc) and on my form page I have two drop-down menu list. What I want the customer to do is from the first drop down menu list, first select a city (query will perform a...select LocationID, locationAddr, LocationCity from LocationTbl). Having selected the LocationCity, say Minnesota, What I want to happen is for the second drop down menu list to be populated with only the Location addresses in Minnesota. And so if I have only 4 locations in Minnesota, I want to see in the list the 4 addresses.
I am new to ColdFusion and this happens to be my first project. I will be grateful for any assistance.
Thanks,
George
I am new to ColdFusion and this happens to be my first project. I will be grateful for any assistance.
Thanks,
George