Limit items in a combo box

mbamber

Registered User.
Local time
Today, 06:09
Joined
Jul 30, 2013
Messages
31
Hi all,

I have a combo box in which I wish to show the Person_ID's of every record in the table TBL_Person, except those which are returned by a separate query. Is this possible at all??

TIA
 
Make a find unmatched query using the wizard using the table as the first one and the query with the entries you want to exclude
 

Users who are viewing this thread

Back
Top Bottom