Good Morning!
I have two combo boxes, cbo1 and cbo2. cbo1 has three possible selections based on a query: list A, list B or list C. I need cbo2 to display the contects of the appropriate list dependent on the selection of cbo1. I have seen this done on several websites that ask for user information. For example, they will ask what country you are from, when you select "United States" in the first combo box, the second combo box will then show all the states. When you select which state you are from in the second combo box, the third combo box will show the cities in that state, etc. I need this option in my database so as not to have a giant list of selections in my combo boxes and allow users to quick select based on which list they need. Suggested code? Thanks in advance!
JAM
I have two combo boxes, cbo1 and cbo2. cbo1 has three possible selections based on a query: list A, list B or list C. I need cbo2 to display the contects of the appropriate list dependent on the selection of cbo1. I have seen this done on several websites that ask for user information. For example, they will ask what country you are from, when you select "United States" in the first combo box, the second combo box will then show all the states. When you select which state you are from in the second combo box, the third combo box will show the cities in that state, etc. I need this option in my database so as not to have a giant list of selections in my combo boxes and allow users to quick select based on which list they need. Suggested code? Thanks in advance!
JAM