Refresh/Requery an open Recordset from a different form
Hi,
Form A is 'unbound'and i'm using a recordset as its recordsource.
When you click on a certain button on Form A, a Popup form opens where some details are changed and saved. When the details are saved on the Popup form, id'd like to refresh the recordset in form A to show some changes, so far the only way i can do this is by editing the Popup form, saving and closing it as well as closing Form A then reopenning Form A again just to reflect the changes to the underlying recordset. This is very tacky and unnecessary i think. Any help would be greatly appreciated.

Hi,
Form A is 'unbound'and i'm using a recordset as its recordsource.
When you click on a certain button on Form A, a Popup form opens where some details are changed and saved. When the details are saved on the Popup form, id'd like to refresh the recordset in form A to show some changes, so far the only way i can do this is by editing the Popup form, saving and closing it as well as closing Form A then reopenning Form A again just to reflect the changes to the underlying recordset. This is very tacky and unnecessary i think. Any help would be greatly appreciated.