The database keeps a record of people attending a Gala Dinner and is intended to show who is co-sponsoring a table with whom.
For instance - Joe Bloggs could be co-sponsoring a table with John Smith. The user selects the person the delegate will be sharing with from a combo box which places the corresponding delegate's ID into the CoSponsor field.
The query I have uses a self join between the CoSponsor and the ID field to show for instance:
Joe Bloggs - co-sponsoring table with John Smith.
The trouble is, the query will then also show another line for
John Smith - co-sponsoring table with Joe Bloggs.
Is there any way to only show this table once in the query?
Thanks in advance for any help you can offer!!
Thanks,
Noel.
For instance - Joe Bloggs could be co-sponsoring a table with John Smith. The user selects the person the delegate will be sharing with from a combo box which places the corresponding delegate's ID into the CoSponsor field.
The query I have uses a self join between the CoSponsor and the ID field to show for instance:
Joe Bloggs - co-sponsoring table with John Smith.
The trouble is, the query will then also show another line for
John Smith - co-sponsoring table with Joe Bloggs.
Is there any way to only show this table once in the query?
Thanks in advance for any help you can offer!!
Thanks,
Noel.