J
James
I have a main form (frmGetCustomer) that opens another form (frmCustomer) to
a specific record. I am using acDialog because I want the code to pause
because the next line is a requery for the main form. So if there is any
changes the main form will be updated. However, when I am using acDialog the
form acts like it is modal and popup. I open frmCustomer from many different
forms. Is there a way to have frmCustomer requery any form that it is opened
from? like: forms.parent.requery
a specific record. I am using acDialog because I want the code to pause
because the next line is a requery for the main form. So if there is any
changes the main form will be updated. However, when I am using acDialog the
form acts like it is modal and popup. I open frmCustomer from many different
forms. Is there a way to have frmCustomer requery any form that it is opened
from? like: forms.parent.requery