icemonster
Registered User.
- Local time
- Today, 16:52
- Joined
- Jan 30, 2010
- Messages
- 502
so i have a tab, i put this on the code when it's clicked, yet somehow does not work.
shouldn't it be working?
thanks for everybody's help lately.
i really appreciate it!
Code:
Private Sub pgVitalSigns_Click()
Me.lstProgressNotes.visible = False
Me.txtEndDate.visible = False
Me.txtStartDate.visible = False
Me.cmdClear.visible = False
Me.cmdSearch.visible = False
End Sub
shouldn't it be working?
thanks for everybody's help lately.
