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
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