Missing Data

mmmcpher

New member
Local time
Today, 16:33
Joined
Nov 17, 2004
Messages
8
I was wondering if anyone has any ideas as I can't seem to find the issue.

Basically when I try and print reports the data is missing even though my form contains the required data. However when I shut the application down and restart the application then the reports print fine?????????

This occurs when it is new information that has been input onto the forms?
Old information prints fine?

It's driving me up the wall!! :confused: :confused:
 
You have to save the record first
DoCmd. RunCommand acCmdSaveRecord
 
Thanks Rich,

That seems to have done the trick.

I have added that line of code to my print function on the form. Is this ok? :D
 

Users who are viewing this thread

Back
Top Bottom