X
x
DoCmd.OpenReport "BasicProductInformation",acpreview ????
automatically and doesnt even open.
automatically.
Unfortunately, if I use this button the report prints-----Original Message-----
I have a button on my switchboard that opens a report.
automatically and doesnt even open.
can view the report normally and it doesnt start printingIf I open the report through my database window then I
automatically.
to select or deselect or something?Here is the code attached to the button of my switchboard:
Private Sub Option2_Click()
DoCmd.Minimize
DoCmd.OpenReport "BasicProductInformation"
End Sub
Nothing too complicated there. Is there an option I need