I've two fields in a form; Test and Location that are both combo boxes. The row source type of Test is a value list; FCT and ICT. The locations for FCT and ICT are stored in separate tables (FCT Locations and ICT Locations). How can I make the row source type of Location refer to the particular table based on the value selected in Test, meaning if I select FCT for Test, the data from FCT Locations table would appear in the combo box of Location?
I know it's possible to achieve this by creating a table to store Test and Location data but due to some other reasons, I want the locations for the two tests to be stored in two tables.
I know it's possible to achieve this by creating a table to store Test and Location data but due to some other reasons, I want the locations for the two tests to be stored in two tables.