S
Scott Billings
I am trying to properly format a report to print mailing labels. I have used
the mailing label wizard to setup the initial report. I have used the code
solutions on this news group to skip used labels on a sheet and to select how
many copies of the label. I actually only need one copy of the label hen I
print, it's just the positioning of the label that is the important issue.
The report is being generated from four text boxes on a form and called when
the user clicks a command button. In the Detail section the following
provides the data:
=Trim([Forms]![frmApplicantData]![AppFirstName] & " " &
[Forms]![frmApplicantData]![AppMI] & " " &
[Forms]![frmApplicantData]![AppLastName])
=Trim([Forms]![frmApplicantData]![AppAddress])
I have the code in the report header and detail sections to ask for the
amount of labels to skip and number of copies. I enter the number to skip and
the copy amount(which is always one) then the print preview displays some 126
pages of the same label. I'm totally stumped. Please help!!!
the mailing label wizard to setup the initial report. I have used the code
solutions on this news group to skip used labels on a sheet and to select how
many copies of the label. I actually only need one copy of the label hen I
print, it's just the positioning of the label that is the important issue.
The report is being generated from four text boxes on a form and called when
the user clicks a command button. In the Detail section the following
provides the data:
=Trim([Forms]![frmApplicantData]![AppFirstName] & " " &
[Forms]![frmApplicantData]![AppMI] & " " &
[Forms]![frmApplicantData]![AppLastName])
=Trim([Forms]![frmApplicantData]![AppAddress])
I have the code in the report header and detail sections to ask for the
amount of labels to skip and number of copies. I enter the number to skip and
the copy amount(which is always one) then the print preview displays some 126
pages of the same label. I'm totally stumped. Please help!!!