Hi there
When I press a button on one form, I want it to open another form but make a field on that form visible. I have tried the following:
Private Sub Command2_Click()
Me.text1.Visible = True
End Sub
But it will say method or data member not found.
Any help much appreicated.
Thanks