I get an error when I open a older timeclock database I built in 2003 version now opening on a 2010 version does this mean anything to anybody???
The code has problems with the =Format(Now(),
Private Sub Form_Timer()
' Update the clock's time value
Me.lblDisplay.Caption = Format(Now(), "dddd mmmm d, yyyy h:nn:ss AMPM")
End Sub
Thanks
