G
Guest
I have two tables. Examples: Vehicles and Maintenance Records.
I have two queries. Examples: Vehicles and Maintenance Records.
The Vehicles table contains 2000+ records. Based on a specified criteria,
only 553 records will be pulled with the first query.
The Maintenance Records table contains 2500+ records. Based on the same
criteria, there are ~400 records that will be pulled with the second query.
When I combine this information from the two queries, only 148 of the 553
vehicles in my report because of the restrictive criteria.
What I need is a report that gives me all 553 vehicles and the ~400 records
from the Maintenance table on the associated pages. The final report should
be approximately 553 pages (one for each vehicle) in length and only 148 of
those pages will contain data from the maintenance table.
Please help me!!!!
I have two queries. Examples: Vehicles and Maintenance Records.
The Vehicles table contains 2000+ records. Based on a specified criteria,
only 553 records will be pulled with the first query.
The Maintenance Records table contains 2500+ records. Based on the same
criteria, there are ~400 records that will be pulled with the second query.
When I combine this information from the two queries, only 148 of the 553
vehicles in my report because of the restrictive criteria.
What I need is a report that gives me all 553 vehicles and the ~400 records
from the Maintenance table on the associated pages. The final report should
be approximately 553 pages (one for each vehicle) in length and only 148 of
those pages will contain data from the maintenance table.
Please help me!!!!