View Single Post
  #2  
Old May 11th, 2010, 05:28 PM posted to microsoft.public.access.queries
Marshall Barton
external usenet poster
 
Posts: 5,361
Default How can I refresh the master form from a subform?

Iram wrote:
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
--
Marsh
MVP [MS Access]