Print specific page of report

  • Thread starter Thread starter Sing
  • Start date Start date
S

Sing

Can you anyone help me? I have created a report (single Label) and
everytime I click print, it always print 3 addition blank labels on Seiko
Smartlabel printer. I can manual specify which page to be print from the
Print Preview, but I would like to know how can I control what page to be
print the Form Menu?

The statement below will print all pages.

DoCmd.OpenReport stDocName, acViewPreview, , "[Tracking_ID]='" &
Me.Tracking_ID & "'"

I just want to page 1.

Thanks.
 
Back
Top