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
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