Hi,
How to use "gotopage" in a subform? I have a main form and a subform. I want to click on a field "txtAbstractName" on the subform and it brings me to a second page of the main form. I have try :
This brings me an error message. Any ideas?
Thanks,
Le
How to use "gotopage" in a subform? I have a main form and a subform. I want to click on a field "txtAbstractName" on the subform and it brings me to a second page of the main form. I have try :
Code:
Private Sub txtAbstractName_Click()
me.parent.gotopage 2 ' txtAbstractName is in the subform
End Sub
This brings me an error message. Any ideas?
Thanks,
Le