Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

update from a subform causes other subform to requery

Status
Not open for further replies.

bopritchard

Programmer
Jan 27, 2003
199
US
i've got a form with two subforms on it...after i exit a textbox in subform1 i want subform2 to update...how do i do that...
 
You may try something like this in the AfterUpdate event procedure of subform1:
Me.Parent![subform2 control].Form.Requery

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top