D
DS
I can't seem to get this If statemnet to work. I think it's the first
line. I need it to return "No Times Entered" if Both StartTime and
EndTime =00:00 Any help appreciated.
Thanks
DS
If Me.TxtStartTime & Me.TxtEndTime = "00:00" Then
MsgBox "No Times Entered"
ElseIf Me.TxtStartTime = "00:00" Then
MsgBox "No Start Time"
ElseIf Me.TxtEndTime = "00:00" Then
MsgBox "No End Time"
Else:
line. I need it to return "No Times Entered" if Both StartTime and
EndTime =00:00 Any help appreciated.
Thanks
DS
If Me.TxtStartTime & Me.TxtEndTime = "00:00" Then
MsgBox "No Times Entered"
ElseIf Me.TxtStartTime = "00:00" Then
MsgBox "No Start Time"
ElseIf Me.TxtEndTime = "00:00" Then
MsgBox "No End Time"
Else: