I have a form for which the Record Source is a certain table. Then on that form there is a button to display another form, which adds a new record to the same table. Then the new form is closed.
The trouble is, the original form cannot search for the new record, until you close the form and reopen it.
I have tried using Me.Dirty is false, and also a requery of the original form, but nothing works. Only closing the form and reopening it will display the newly added record.
What can I do to make the original form recognize the newly added record?
Robert
The trouble is, the original form cannot search for the new record, until you close the form and reopen it.
I have tried using Me.Dirty is false, and also a requery of the original form, but nothing works. Only closing the form and reopening it will display the newly added record.
What can I do to make the original form recognize the newly added record?
Robert