I am creating a db with tables Area and Sub_Area. In my form I have combo boxes which list the data in each table. I have been asked to configure the combo boxes so that when a user selects "Technology" from the Area combo box, only the Sub_Areas related to "Technology" will be displayed in the Sub_Area combo box. So instead of 10 sub_areas to choose from, the user would only see the sub_areas related to the area they chose. Is this possible? Let me know if I need to clarify anything.
Thanks.
Thanks.