
reload form without closing and reopening the form
How can I reload a form or many forms without closing and reopening the
form.
I have an application where I use a form button(object) to set a flag. When
the user is done with the first procedure I want to "reload" the form with
all the information except the flag they just set. I use three other forms
to track the various status of the procedures (I cannot use them all as
subforms because of query conflicts that cause the Main form to be not
updateable). I want to have the user push a button and "update" all the
forms without having to close all the forms and reopen them.
Thanks in advance,
Andy Wergedal