i have a button and in the click event i have this code:
DoCmd.OpenReport "All_Ones"
when i click it, for some reason the report starts to print! why is this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using MS Access 2003, from OpenReport Method [Access 2003 VBA Language Reference]
acViewNormal (default) Prints the report immediately.
From 2007 DoCmd.OpenReport Method and AcView Enumeration
acViewNormal (Default) Normal view
So the question is, which version are you using?