D
David Wren
I am writing a database for a caravan owners club that runs caravan rallies.
The database at present has three tables - Members, Rallies and a Junction
table that links members to rallies. I have a form where the rally is
selected which has a subform, linked to the RallyID field, where members
names are selected via a combobox. This all works fine but my problem is
that I want to populate the combobox with only the member's names that are
not already added so there can be no duplication. I am tying the combobox
to a query but I can't fathom a way of constructing the query to give the
correct results.
If anyone has a solution I would be very pleased to hear.
David
The database at present has three tables - Members, Rallies and a Junction
table that links members to rallies. I have a form where the rally is
selected which has a subform, linked to the RallyID field, where members
names are selected via a combobox. This all works fine but my problem is
that I want to populate the combobox with only the member's names that are
not already added so there can be no duplication. I am tying the combobox
to a query but I can't fathom a way of constructing the query to give the
correct results.
If anyone has a solution I would be very pleased to hear.
David