Requery control in (main form) from (subform)

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Put this code in your subform where you need to execute it:

Me.Parent!NameOfFieldOnMainForm.Requery


--
PC Datasheet
A Resource for Access, Excel and Word Applications
(e-mail address removed)
www.pcdatasheet.com

· Design and basic development for new applications
· Additions, Modifications and "Fixes" for existing applications
· Mentoring for do-it-yourselfers who want guidance
· Complete application design and development
· Applications Using Palm Pilot To Collect Data And
Synchronize The Data Back To Access Or Excel
 
Requery control in (main form) from (subform)
I have Main Form and subform I don’t know how to requery control in main
form From subform..
 
Back
Top