B
bill
I am using time in a query and doing calculations off of
it. To make sure I don't get negative values, I have to
make sure that the form won't allow incorrect times. I
have start time and end time. I tried the following code,
but it didn't work. Any suggestions?
If End_Time < Start_Time Then
MsgBox ("End Time must be after Start time")
Endif
it. To make sure I don't get negative values, I have to
make sure that the form won't allow incorrect times. I
have start time and end time. I tried the following code,
but it didn't work. Any suggestions?
If End_Time < Start_Time Then
MsgBox ("End Time must be after Start time")
Endif