My company uses a prewritten form for an ID card that gets printed out with vehicle information on it.
Each prewritten form comes on an 8.5 x 11 sheet of paper, landscape orientation with 4 ID cards on each, one in each quadrant of the paper. The paper is perforated, so if the customer has 4 vehicles, you print off one page, and tear it in half lengthwise and again widthwise to get your ID cards.
I set up one quadrant of an access report (roughly 4" x 2"
to match the form utilizing Format>Page Setup>Columns. There are 2 columns, and the layout is set up as "across then down" and seems to be able to comfortably fit 4 ID cards on one page
THE PROBLEM IS: I have an underlying field on the report that specifies how many ID cards the customer needs. When I run the report, it only gives me one id card (since there is only one record for each client) before it goes on to the next ID card for the next client - following that "across then down" format.
BUT..If a client has 4 vehicles for example, I need the report to format 4 identical ID cards on one page before it goes to the next client.
How do I do this? I'm sure it can be done, but I am not sure what properties/methods to manipulate - can someone give me some ideas about where I may begin to look?
I'm thinking the "PrintOut" method combined with some kind of Do..Loop thing, but what properties can I manipulate?
thanks!
Q: Why is my computer doing that?
A: Random Perversity of Inanimate
Objects
Each prewritten form comes on an 8.5 x 11 sheet of paper, landscape orientation with 4 ID cards on each, one in each quadrant of the paper. The paper is perforated, so if the customer has 4 vehicles, you print off one page, and tear it in half lengthwise and again widthwise to get your ID cards.
I set up one quadrant of an access report (roughly 4" x 2"
THE PROBLEM IS: I have an underlying field on the report that specifies how many ID cards the customer needs. When I run the report, it only gives me one id card (since there is only one record for each client) before it goes on to the next ID card for the next client - following that "across then down" format.
BUT..If a client has 4 vehicles for example, I need the report to format 4 identical ID cards on one page before it goes to the next client.
How do I do this? I'm sure it can be done, but I am not sure what properties/methods to manipulate - can someone give me some ideas about where I may begin to look?
I'm thinking the "PrintOut" method combined with some kind of Do..Loop thing, but what properties can I manipulate?
thanks!
Q: Why is my computer doing that?
A: Random Perversity of Inanimate
Objects