C
cvegas
I am trying to get a message box to pull up if a user has not selected a item
in Frame303. I have tried what you see below and also to check for nulls. I
can't get this to work. Any help with syntax would be appreciated.
whichway = Me.Frame303
If whichway <> 1 Or whichway <> 2 Or whichway <> 3 Then
MsgBox "Please Select if this is One Way or Round Trip"
Cancel = True
End If
'================================== START TL ORDER TO CONVENTION CENTER
======================================'
If whichway = 1 Then 'Insert an LTL Order into Shipment Table
in Frame303. I have tried what you see below and also to check for nulls. I
can't get this to work. Any help with syntax would be appreciated.
whichway = Me.Frame303
If whichway <> 1 Or whichway <> 2 Or whichway <> 3 Then
MsgBox "Please Select if this is One Way or Round Trip"
Cancel = True
End If
'================================== START TL ORDER TO CONVENTION CENTER
======================================'
If whichway = 1 Then 'Insert an LTL Order into Shipment Table