Hello, first post..., I have installed, and now have re-installed the MS Office 2007 Suite Professional onto my Vista OS, due to this problem. I am simply trying to use VBA to make a textbox invisable when a button is clicked.
Option Compare Database
Private Sub cmdMakeTxtInvisible_Click()
Text62.Visible = False
End Sub
Any help here? I don't have any "Missing" references.
Thank you, mvorous
Option Compare Database
Private Sub cmdMakeTxtInvisible_Click()
Text62.Visible = False
End Sub
Any help here? I don't have any "Missing" references.
Thank you, mvorous