Combo box question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello.. I have added a combo box on my form and need the dropdown to show
only the items (text) from table1 that do not exist in table2. Might someone
help me with this?
 
Create a new query, and in the first dialog choose:
Unmatched query wizard.

Use this query name as the RowSource property for your combo.
 
Back
Top