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!

Refresh subform 1 from subform 2

Status
Not open for further replies.

markgrizzle

Programmer
Aug 3, 2003
288
US
Hi:
Subform 1's delete event needs to refresh the display in subform 2. Can't seem to get it to work. Any ideas?

Thanks
 
In subform1's delete event...

Me.Parent.[SubFormControl2Name].Requery

HTH

Rubbernilly
 
If I may Rubbernilly....

Me.Parent.[SubFormControl2Name].Form.Requery

 
Yes... sorry... that's why there are so many of us pitching in here, to catch each other's errors and help out.

Thanks. Brain got ahead of my fingers.
 
Thanks gentlemen. I found an old RoyVidar post (I'm not worthy!), but I couldn't get it to work. I finally added a command button to the main form's tab where the subfom was sitting, and triggered it there. Thanks again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top