B
BobC
I have a form (Form-A) that can be accessed from 2 forms within my
application (Master-1 or Master-2). That form has popup forms to perform a
series of actions. I need to requery Form-A after closing the popup form
which changes the data on Form-A.
I have tried doing a requery on several of the form event properties (On Get
Focus, On Current, etc) on Form-A without success. I think I need to do the
requery from the popup form but I don't know what the tree is for the correct
syntax:
Forms!Master-1!Form-A.requery or
Forms!Master-2!Form-A.requery
Any suggestions?
application (Master-1 or Master-2). That form has popup forms to perform a
series of actions. I need to requery Form-A after closing the popup form
which changes the data on Form-A.
I have tried doing a requery on several of the form event properties (On Get
Focus, On Current, etc) on Form-A without success. I think I need to do the
requery from the popup form but I don't know what the tree is for the correct
syntax:
Forms!Master-1!Form-A.requery or
Forms!Master-2!Form-A.requery
Any suggestions?