Background:
Front end - MS Access 2010/VBA
Back end - MS SQL Server 2008
I have a rather lengthy form (Form A) that opens a pop-up form. The pop-up form (Form B) does its thing and saves a value
in a global variable (Var AA) and closes. Form A takes the global variable Var AA and moves it in a field. Is there a way to refresh the screen so the user the field immediately?
Thanks in advance.
Front end - MS Access 2010/VBA
Back end - MS SQL Server 2008
I have a rather lengthy form (Form A) that opens a pop-up form. The pop-up form (Form B) does its thing and saves a value
in a global variable (Var AA) and closes. Form A takes the global variable Var AA and moves it in a field. Is there a way to refresh the screen so the user the field immediately?
Thanks in advance.
Comment