C
Craig
I have two tables: one that lists Clients and another that lists Client
Projects.
The tables have a relationship between their respective Client fields.
Not every Client in the Client Table has a Project in the Client Projects
Table. Furthermore, many of the Clients who do have a Project have several
Projects in the Client Projects Table.
I have managed to create a query that lists only Clients who have a Project
in the Client Projects Table but each Client is listed as many times as it
has Projects.
My question is: how can I create a Query that lists all the Clients who have
a Project in the Client Projects Table but only list each Client only once?
Thanks
c
Projects.
The tables have a relationship between their respective Client fields.
Not every Client in the Client Table has a Project in the Client Projects
Table. Furthermore, many of the Clients who do have a Project have several
Projects in the Client Projects Table.
I have managed to create a query that lists only Clients who have a Project
in the Client Projects Table but each Client is listed as many times as it
has Projects.
My question is: how can I create a Query that lists all the Clients who have
a Project in the Client Projects Table but only list each Client only once?
Thanks
c