docmd.openreport wont work on different pc

J

JustDoni

I have an access form with a "View Report" command button. the button
click event has docmd.openreport "reportname",acviewPreview. It works
fine on the PC used to build the app but when the user uses the app on
a different pc none of the reports open. The App is on a network drive
which both I and the user have access to.
 
J

JustDoni

Does it throw up an error?

Does the other user have macros enabled?

Stu





- Show quoted text -

Thanks.
There is no error message. it just doesn't respond.
Now that you mention it perhaps there is an error generated and my
error handler is not handling. don't know about the macros I'm going
to check on those things. Thanks again.
 
D

Duane Hookom

I expect you might not have a default printer designated in the Windows
Control Panel.
 
Top