Form Refresh with updated data

flying linus

Registered User.
Local time
Today, 02:31
Joined
Oct 1, 2004
Messages
33
I have a summary form based on a query. I want the form to automatically update and reflect any new or updated records when I select the save record command button on a "Add Record" form.

Currently, I cannot get the form to update, but the query itself shows the new info. It isn't until I close and re-open the form does the summary reflect the new information.

Help please.
 
fl,

After your button does its other chores, have it do: Me.Requery

Wayne
 
The Save Record button is on the "Add Record" form, and I need it to requery and refresh the "Summary" form while the "Summary" form is still open.
 

Users who are viewing this thread

Back
Top Bottom