J
JethroUK©
I'm am trying to trap people typing in a date without a time (appointment)
except the whole appointment has been deleted (Null)
Tried:
If (Start_Date = Int(Start_Date)) And Not IsNull(Start_Date) Then MsgBox
"Please include time"
....but i'm not getting the right response, so can you check my syntax?
except the whole appointment has been deleted (Null)
Tried:
If (Start_Date = Int(Start_Date)) And Not IsNull(Start_Date) Then MsgBox
"Please include time"
....but i'm not getting the right response, so can you check my syntax?