Missing data

rwpetrie

Registered User.
Local time
Today, 07:56
Joined
Dec 12, 2000
Messages
25
I have an odd problem. I have a form where the user enters data, and then another form where the user would later edit and add additional data to the original record. (Add New Proposal Form, and Edit Existing Proposal Form).

If the user only enters data into the Add form, the information does not show up on my Open Proposal Report which is based on a query referencing the data entered from the Add and/or the Edit Proposal forms.

Only when a user goes into the Edit form and edits anything at all, will it show up on the report??

Why is this occurring, and what can I do to make the data show as soon as someone uses the Add form?
 
You have to save the data before opening the report Me.Recalc or DoCmd. etc
 

Users who are viewing this thread

Back
Top Bottom