R
Robert Valentine
Group:
I have written an application that previews reports first and then allows
the user to print the report. My problem is that a few of my users have
reported that when they press the button to preview a report they get an
error. I have not been able to reproduce the problem on my computer so I
don't know how to fix the problem. Sometimes they can display one report,
but not another. I suspect that it must have something to do with their
display settings, but I'm not sure. Most of my users have no problem
previewing the reports. Has anyone else had this problem?
This is the VBA statement that I use to preview the reports.
DoCmd.OpenReport "Schedule01-Fed", acViewPreview
DoCmd.RunCommand acCmdZoom100
Any help will be greatly appreciated.
BobV
I have written an application that previews reports first and then allows
the user to print the report. My problem is that a few of my users have
reported that when they press the button to preview a report they get an
error. I have not been able to reproduce the problem on my computer so I
don't know how to fix the problem. Sometimes they can display one report,
but not another. I suspect that it must have something to do with their
display settings, but I'm not sure. Most of my users have no problem
previewing the reports. Has anyone else had this problem?
This is the VBA statement that I use to preview the reports.
DoCmd.OpenReport "Schedule01-Fed", acViewPreview
DoCmd.RunCommand acCmdZoom100
Any help will be greatly appreciated.
BobV