Background:
I have a form "Form" that contains a data entry popup form "Popup". The data entered into "Popup" populates a table and through a query "Query" the important information from that table populates a field "Field" back into "Form". There are 1900 records in the database, the information from each shows up in a single "Form".
Issue:
After the data entry into "Popup" is done and "Popup" closed (using a button) the "Field" in "Form" does not update.
I tried .requery VBA in the "Popup" close button On Exit, which works, but "Form" always resets to the first of the 1900 records in the database.
What is the code to Refresh/Requery "Form" when "Popup" closes without resetting the form back to the first record?
I have a form "Form" that contains a data entry popup form "Popup". The data entered into "Popup" populates a table and through a query "Query" the important information from that table populates a field "Field" back into "Form". There are 1900 records in the database, the information from each shows up in a single "Form".
Issue:
After the data entry into "Popup" is done and "Popup" closed (using a button) the "Field" in "Form" does not update.
I tried .requery VBA in the "Popup" close button On Exit, which works, but "Form" always resets to the first of the 1900 records in the database.
What is the code to Refresh/Requery "Form" when "Popup" closes without resetting the form back to the first record?