I have 2 tables
a "Name" Table containing "LASTNAME" and "Events" Table containing "LASTNAME" and "MISSIONS"
I have a query called "Events"
I have a report that is based on "Events"
which lists all personnel assigned to a mission.
What I would like to do is print out a report for each "LASTNAME" and associated Missions.
I presume I would have to use a loop to filter the "Events" query by the "LASTNAME"
in the "NAMES" table. Then print the report, then continue the loop. I would like to do this in code but I am by no means an expert in VBA. If some VBA Guru could help or provide code I would greatly appreciate it.
Thanks
a "Name" Table containing "LASTNAME" and "Events" Table containing "LASTNAME" and "MISSIONS"
I have a query called "Events"
I have a report that is based on "Events"
which lists all personnel assigned to a mission.
What I would like to do is print out a report for each "LASTNAME" and associated Missions.
I presume I would have to use a loop to filter the "Events" query by the "LASTNAME"
in the "NAMES" table. Then print the report, then continue the loop. I would like to do this in code but I am by no means an expert in VBA. If some VBA Guru could help or provide code I would greatly appreciate it.
Thanks