G
Guest
Here's a challenge for you guys, I couldn't find any answers for this one.
I'm working with a rather extensive database at my job. I have several
tables that I am running different queries on to get different SETS of
information.
In each set of information, the only thing they share in common is an ID
number field.
Two catches. First, there are several hundred IDs I'm working with in each
set. Second, while some of the sets give me one row of information, others
may give me as many as 100 for each ID number.
My problem is this: I want to compile a form FOR EACH ID number that puts
each set of information in its own section, as well. I want MS Access to do
this in one fell swoop, meaning that once I run the form, it will create
every form for every ID.
In other words, I want the form to print this:
ID 1
Query 1 for ID 1
Query 2 for ID 1
Query 3 for ID 1
ID2
Query 1 for ID 2
Query 2 for ID 2
Query 3 for ID 2
and so on.
Is this possible?
I'm working with a rather extensive database at my job. I have several
tables that I am running different queries on to get different SETS of
information.
In each set of information, the only thing they share in common is an ID
number field.
Two catches. First, there are several hundred IDs I'm working with in each
set. Second, while some of the sets give me one row of information, others
may give me as many as 100 for each ID number.
My problem is this: I want to compile a form FOR EACH ID number that puts
each set of information in its own section, as well. I want MS Access to do
this in one fell swoop, meaning that once I run the form, it will create
every form for every ID.
In other words, I want the form to print this:
ID 1
Query 1 for ID 1
Query 2 for ID 1
Query 3 for ID 1
ID2
Query 1 for ID 2
Query 2 for ID 2
Query 3 for ID 2
and so on.
Is this possible?