T
Thomas L
Hi,
i have an access database with a project table, a contacts table, and a
table which links several contacts to the project in a certain role. For
example it links Tom to the project as project leader, it links Larry to the
project as External Contact and Pete as Internal Contact.
Now i have a search form where i can find projects based on several data.
Now it's possible to search on one contact at a time. We want to make it
possible to search on 2 contacts at the same time.
The person who created this app made an sql-query with LEFT JOIN's from the
project table to the linktable. Now when i try to make it search on two
contacts, it doesn't return any data, allthough i know the data is there.
What i want to do is find a project where Tom and Larry are linked as
contacts.
Anyone able to give me a clue on how to do this?
Regards,
Thomas L.
i have an access database with a project table, a contacts table, and a
table which links several contacts to the project in a certain role. For
example it links Tom to the project as project leader, it links Larry to the
project as External Contact and Pete as Internal Contact.
Now i have a search form where i can find projects based on several data.
Now it's possible to search on one contact at a time. We want to make it
possible to search on 2 contacts at the same time.
The person who created this app made an sql-query with LEFT JOIN's from the
project table to the linktable. Now when i try to make it search on two
contacts, it doesn't return any data, allthough i know the data is there.
What i want to do is find a project where Tom and Larry are linked as
contacts.
Anyone able to give me a clue on how to do this?
Regards,
Thomas L.