Quick Print prints previous dataset

arichins

Registered User.
Local time
Today, 04:16
Joined
Apr 9, 2009
Messages
95
I'm having an odd problem with a form. We noticed this since migrating it from adp to accdb.

It's a form with two subforms in datasheet view, that contain data on a certain employee, which is selected on the main form.

If you use print preview before printing, it all prints out fine. However, if you use quick print, it does something weird. If you Pull up Employee A, then Employee B, and do a quick print, it will print the data for Employee A in subform 1, and the data for Employee B in subform 2. It displays correctly on the screen though, and the 2nd time you quick print, it comes out right.
 
The only thing that crosses my mind is that the data sent to the printer has not been refreshed after a given event.

Have you tried using a VBA sub to do the quick printing for you?
 

Users who are viewing this thread

Back
Top Bottom