B
Bob Vance
If tbStartDate3 does not have a date in it can I get a message box to
apprear instead of getting a Error
MsgBox "There is no date entered!"
Thanks for any help.....Bob
Private Sub cmdBSDateR3_Click()
Me.tbStartDate3 = DateAdd("d", -1, Me.tbStartDate3)
tbEndDate3.SetFocus
tbEndDate3_LostFocus
End Sub
apprear instead of getting a Error
MsgBox "There is no date entered!"
Thanks for any help.....Bob
Private Sub cmdBSDateR3_Click()
Me.tbStartDate3 = DateAdd("d", -1, Me.tbStartDate3)
tbEndDate3.SetFocus
tbEndDate3_LostFocus
End Sub