G
Guest
Please correct my statement so it works. Trying to set a timer on a form to
evaluate the time to see if the Database needs to be logged off. Thanks!!
Public Function Time()
If Time > #12:00:00 PM# Then
DoCmd.RunMacro "Down", , ""
Else
' Not the time
End If
End Function
evaluate the time to see if the Database needs to be logged off. Thanks!!
Public Function Time()
If Time > #12:00:00 PM# Then
DoCmd.RunMacro "Down", , ""
Else
' Not the time
End If
End Function