E
Emma
I have two tables related to each other through a 1 to many relationship. How
do I write a query for a report. The first table (one) contains the client
information and has a unique ID called ID. The second table (many) holds
destinations and has a unique ID called ID and a Client ID which is the first
tables ID. I want to show that the client is going to one destination. I have
3 parameters Client First Name, Client Last Name and Destination Name.
However when I run the query nothing shows up can someone explain to me how
to get the Client Information and Destination to both show up so I can make a
report?
do I write a query for a report. The first table (one) contains the client
information and has a unique ID called ID. The second table (many) holds
destinations and has a unique ID called ID and a Client ID which is the first
tables ID. I want to show that the client is going to one destination. I have
3 parameters Client First Name, Client Last Name and Destination Name.
However when I run the query nothing shows up can someone explain to me how
to get the Client Information and Destination to both show up so I can make a
report?