Combo box question

E

EdS

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?
 
A

Allen Browne

Create a new query, and in the first dialog choose:
Unmatched query wizard.

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