Printing slective pages of a report from a form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tyler2
    New Member
    • Oct 2008
    • 6

    Printing slective pages of a report from a form

    I have a form to schedule up and coming courses and from the form I can print out all the pages I have available. The problem is I want to be able to select which pages of the report to print with a check box on the form.
    I am using ms access 2002.

    On the form I have a command button called Preview with the following code behind it docmd.OpenRepor t"rptSchedule", acpreview,,[Student] = _
    Forms!frmSchedu le!Student


    Thankyou in advance

    Tyler2
Working...