Hello,
I have a control button. If we click on the button, it should print about 20 different reports, but it doesn't. If I use the debug, and step through the
vb code, it works fine, otherwise, it doesn't.
this is the only code I have (20 times, but docname changes):
stDocName = "DailySales"
DoCmd.OpenReport stDocName, acNormal
and at the end, I have a message box notifying the user that the reports have all been printed - that message always shows up.
It feels like Access is way too fast and doesn't send the info to the printer. Do you know of a way around this ??
Thanks
Chantal:)