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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Requery subform (not linked)

Status
Not open for further replies.

wichtel

Programmer
Apr 7, 2005
12
CH
How can I requery a subform with a chart, when I change parameters in the main form? The subform is NOT linked with the form! This code does not work:

Private Sub Form_Current()
[Subform_Chart].Requery
End Sub

also this one does not work:
Forms!F_Menu.Refresh
Forms!F_Menu.Requery

Thanks for your help!
Tim
 
You may try this:
[Subform_Chart].Recalc

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

Part and Inventory Search

Sponsor

Back
Top