I have a situation where I have a popup form that when I close it, I want it to requery the subform that is opened in the currently selected navigation control tab. My problem is that I don't know how to reference it. I have tried
Neither one does anything. I can't think of anything else to try.
Code:
Forms!frmHome.NavigationControl0.Requery Forms!frmHome.NagigationSubform.Requery
Comment