I'm trying to write a function that will turn a form's visible property to false, but I haven't had any luck finding an example.
I know this is wrong, but here is what I have so far:
Private Sub Command5_Click()
Me.frmLastUpdated.Visible = False
End Sub
Can anyone help me out?
Thanks!
BTW can anyone recomend a good VBA book to purchase?
I know this is wrong, but here is what I have so far:
Private Sub Command5_Click()
Me.frmLastUpdated.Visible = False
End Sub
Can anyone help me out?
Thanks!
BTW can anyone recomend a good VBA book to purchase?