I am having trouble with my drop down list in a second combobox. I have 3 tables as follows:
Table 1: s, fields: Source _ID(pk), Source _Name
Table 2: w, fields: Location_ID(pk), Location_Name
Table 3 (junction table): sw, fields: SW_ Source _ID(pk), SW_Location_ID(pk)
I have 2 comboboxes on...