ComboBox

J

Joe

Hi Annelie, one way you could work around the issue would
be to write a 2 column query, ContractorID and
ContractName. In the criteria, enter "Forms!name of
MasterForm!ContractorId.

Base the ComboBox off this new query. Whenever the Main
form switches to a new ContractorId, the combo box will
only display the names of the contracts for that
particular contractor.
 
Top