xmeb
Technical User
- Jun 5, 2013
- 89
I am trying to make the following code work but so far it does nothing. What's wrong with it?
Code:
Private Sub Form_Timer()
Clock.Caption = Time ' Update time display.
If Weekday(Date) = 3 And Time() >= #9:00:00 AM# Then
Me.Visible = True
End If
End Sub