G
Guest
Hi -
I have a weird problem I've never seen before and was wondering if anyone
had any ideas. I have a simple button on a form that will allow printing the
data to a report using htese two commands:
stDocName = "Report - Contacts"
DoCmd.OpenReport stDocName ', acPreview
For some reason it's not executing the "OpenReport" command. I set the
Debugger on and step through the code and get no errors when I pass the
command.
Thanks a lot for any ideas!
Dan
I have a weird problem I've never seen before and was wondering if anyone
had any ideas. I have a simple button on a form that will allow printing the
data to a report using htese two commands:
stDocName = "Report - Contacts"
DoCmd.OpenReport stDocName ', acPreview
For some reason it's not executing the "OpenReport" command. I set the
Debugger on and step through the code and get no errors when I pass the
command.
Thanks a lot for any ideas!
Dan