C
CHAD GRAYBILL
Help, think I got way in over my head in this project. I had info in old dos
database time to bring it into the new century imported in Access.
I have created a new report in access for Volunteer Fire Company fundrive.
My problem is I have a preprinted form on 8 1/2 X 11" that is split into 3
equal sections, with same preprinted info in each of the 3 slips on the form.
The problem is there is a default min. for top margins, which is linked to
printer driver & cannot be changed. So, my first record prints fine, but the
2nd & 3rd slips print off the preprinted boxes.
I was told to make the report fit on the whole page (made it longer). but
now, how do I get the 2nd & 3rd slips to go to the next records? I know in MS
Word just insert <next record> before the fields & it works fine, not in
Acess it does not.
Does this require alot of custom vb stuff? Below is a sample of fields &
text I have on the report for top slip, need it to go to next record for 2nd
& 3rd.
Thanks in advance
Chad Graybill
(e-mail address removed)
**********************************************
Circle which amount donated $30.00 $40.00 $50.00
[LAST2]
=Trim([FIRST] & " " & [MI] & " " & [LAST])
="OR CURRENT RESIDENT"
=[ST_ADDRESS] & [AFFIX] & " " & [RD_DIRECT] & " " & [RD_ADDRESS]
=[CITY] & ", " & [STATE] & " " & [ZIP]
*******************************************************
database time to bring it into the new century imported in Access.
I have created a new report in access for Volunteer Fire Company fundrive.
My problem is I have a preprinted form on 8 1/2 X 11" that is split into 3
equal sections, with same preprinted info in each of the 3 slips on the form.
The problem is there is a default min. for top margins, which is linked to
printer driver & cannot be changed. So, my first record prints fine, but the
2nd & 3rd slips print off the preprinted boxes.
I was told to make the report fit on the whole page (made it longer). but
now, how do I get the 2nd & 3rd slips to go to the next records? I know in MS
Word just insert <next record> before the fields & it works fine, not in
Acess it does not.
Does this require alot of custom vb stuff? Below is a sample of fields &
text I have on the report for top slip, need it to go to next record for 2nd
& 3rd.
Thanks in advance
Chad Graybill
(e-mail address removed)
**********************************************
Circle which amount donated $30.00 $40.00 $50.00
[LAST2]
=Trim([FIRST] & " " & [MI] & " " & [LAST])
="OR CURRENT RESIDENT"
=[ST_ADDRESS] & [AFFIX] & " " & [RD_DIRECT] & " " & [RD_ADDRESS]
=[CITY] & ", " & [STATE] & " " & [ZIP]
*******************************************************