Good Afternoon,
I have a query that selects information based on a few criteria, but the three main criteria are:
LPN (licence plate number)
Month
Year
It prompts the user for each of these, which is great! But the information that is selected each time, only varies by the LPN field. For example.
The data for December has just been imported, John Smith decides he wants to select all data where Month=December, Year=2005 and LPN will equal that of the car ie: ABC123.
Is there a way I can get the query to look-up another table with the LPN's in it and then run the report query, automatically generating the reports for me (saving them as PDF and e-mailing them also would be AWESOME... but i think i'm dreaming there).
ie:
It will automatically put ABC123, DEF456, HJK789.... etc into the LPN field, as the Month and Year will remain the same.
I have a query that selects information based on a few criteria, but the three main criteria are:
LPN (licence plate number)
Month
Year
It prompts the user for each of these, which is great! But the information that is selected each time, only varies by the LPN field. For example.
The data for December has just been imported, John Smith decides he wants to select all data where Month=December, Year=2005 and LPN will equal that of the car ie: ABC123.
Is there a way I can get the query to look-up another table with the LPN's in it and then run the report query, automatically generating the reports for me (saving them as PDF and e-mailing them also would be AWESOME... but i think i'm dreaming there).
ie:
It will automatically put ABC123, DEF456, HJK789.... etc into the LPN field, as the Month and Year will remain the same.