D
Dave Elliott
I need it to check if Customer_ID has a value in it, that is it has a
customer entered in the control, and if not MsgBox.
I am missing something I know !
Thanks,
Dave
If IsnotNull(Customer_ID) Then
MsgBox "Need Customer Please"
Cancel = True
End If
If IsNull(Combo6) Then
MsgBox "SalesPerson Needed Please"
Cancel = True
End If
customer entered in the control, and if not MsgBox.
I am missing something I know !
Thanks,
Dave
If IsnotNull(Customer_ID) Then
MsgBox "Need Customer Please"
Cancel = True
End If
If IsNull(Combo6) Then
MsgBox "SalesPerson Needed Please"
Cancel = True
End If