Print Report and NOT print open form

Nolan Adams

New member
Local time
Today, 15:35
Joined
Oct 13, 2004
Messages
7
I am using MSAccess 97 and have the following problem.
I open a FORM(Start), Click on a LABEL which in turn opens another FORM (checkout). On that FORM a user chooses one or more items from a LIST box that has MULTI SIMPLE in the PROPERTIES of the form. Then the user clicks on a LABEL which runs a PROCEDURE. In the PROCEDURE I close the FORMS(checkout) and (Start). I then have the following code:
DoCmd.PrintOut ("CheckOutReport")
Note I am printing a REPORT, NOT a FORM
The report prints out just fine, but the system ALSO prints out the Start Form. How can I get just the Report and Not the Form?
Thanks for any help you can give me. Please keep it very detailed as I am really struggling with MSAccess. I am not even a neophyite in it yet! Never will be if I don't get past this problem. I have found many good answers in this forum. Keep it UP!!! :confused: :confused:
 

Users who are viewing this thread

Back
Top Bottom