How can I refresh the master form from a subform?

I

Iram

Hello.

On the After Update of the subform I am trying to refresh the Master form. I
have tried things like Docmd.requery and Me.Refresh, but not sure what I am
doing.
Can you help me with this?


Thanks.
Iram
 
M

Marshall Barton

Iram said:
On the After Update of the subform I am trying to refresh the Master form. I
have tried things like Docmd.requery and Me.Refresh, but not sure what I am
doing.


Try using:
Parent.Requery
 

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

Top