Hi Folks,
Quick question: My form currently has its timer set to 1000, and I have a neat little clock running off of that:
I was wondering, is there a way to incorporate a pop-up message that appears every hour while still having the clock?Code:Private Sub Form_Timer() Me!Clock.Caption = Format(Now, "dddd, mmm d yyyy, hh:mm:ss AMPM") End Sub