G
Guest
My database has 4 tables
They are:
1. Customer's Database basic info
2. Tanktest results for gas stations owned by these customers
3. Leaktest results for gas stations owned by these customers
4. Linetest results for gas stations owned by these customers
Any Customer may own several gas stations, therefore I may do different work
for the same customer at different locations.
The tables are linked through the Customer's ID number.
How do I make a query and print a report for a single customer's records of
tests.
In other words, I want to be able to print a report that would show a
history of all test at all diferent locations for a specific customer.
Right now I am able to show a report with the information I am seeking but
it is showing all customers. I want to be able to hand my customer a report
with his data only.
Thanks in advance
They are:
1. Customer's Database basic info
2. Tanktest results for gas stations owned by these customers
3. Leaktest results for gas stations owned by these customers
4. Linetest results for gas stations owned by these customers
Any Customer may own several gas stations, therefore I may do different work
for the same customer at different locations.
The tables are linked through the Customer's ID number.
How do I make a query and print a report for a single customer's records of
tests.
In other words, I want to be able to print a report that would show a
history of all test at all diferent locations for a specific customer.
Right now I am able to show a report with the information I am seeking but
it is showing all customers. I want to be able to hand my customer a report
with his data only.
Thanks in advance