Requery

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

How do you refer to a Main form to requery it when you are running a
command from a Sub-Form?

Forms!Sales.Requery

Is this right?
Thanks
DS
 
Hi DS,

Try: Me.Parent.Requery

Tom
__________________________________

:

How do you refer to a Main form to requery it when you are running a command
from a Sub-Form?

Forms!Sales.Requery

Is this right?
Thanks
DS
 
Tom said:
Hi DS,

Try: Me.Parent.Requery

Tom
__________________________________

:

How do you refer to a Main form to requery it when you are running a command
from a Sub-Form?

Forms!Sales.Requery

Is this right?
Thanks
DS
Thanks. That worked.
DS
 
You're welcome. Glad I could help.

Tom
______________________________________

:

Thanks. That worked.
DS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top