I have a form who's source table has 4000 records.
These records are updated via
rather than through the field directly.
Because of this the form does not reflect the changes.
I want to refresh/requery the fields and stay on the same record.
How to a Requery/Refresh without causing the form to return to 1st record.
Thank you for your help,
These records are updated via
Code:
DoCmd.OpenQuery
Because of this the form does not reflect the changes.
I want to refresh/requery the fields and stay on the same record.
How to a Requery/Refresh without causing the form to return to 1st record.
Thank you for your help,