B
bmersereau
I keep getting this "Compile error: Can't find project or library" on this
piece of code. It keeps hosing up on the word Format.
Private Sub Form_Timer()
Me!lblclock.Caption = Format(Now, "dddd, mmm d yyyy, hh:mm:ss AMPM")
End Sub
I have used this piece of code in another Access db and it works fine. I
checked the references in the module and can't really see any difference.
Can someone please help.
piece of code. It keeps hosing up on the word Format.
Private Sub Form_Timer()
Me!lblclock.Caption = Format(Now, "dddd, mmm d yyyy, hh:mm:ss AMPM")
End Sub
I have used this piece of code in another Access db and it works fine. I
checked the references in the module and can't really see any difference.
Can someone please help.