Report data not current

G

Guest

I created a button on a form that prints or print preview of single record on
a report. The button used is the same as in Article ID 209560. It works
fine but the form record needs to be refreshed or the data on report is
inaccurate (old data or missing data). How can I setup the form to update
the report immediately and automatically after data entry on form?

Thanks
 
G

Guest

The data should always display the currently saved data in your tables at the
time the report is opened. You may need to save the current record displayed
in your form prior to opening your report. You can do this through the user
interface or code with Me.Dirty=False
 
G

Guest

I think there is something in the Edit menu to save the current record. If
you want to add code, come back with your existing code that opens the report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top