A
aMack
We have a process to create BOL's.
I need to enter code so that the users cannot complete a BOL without
selecting one of three Checkboxes.
[Prepaid], [Collect] or [3rd Party]
I tried a test:
if isnull(me.prepaid) then
msgbox "Must Select PPD, Collect or 3rd Party"
cancel = true
me.Prepaid.setfocus
End if
Did not work. Maybe because [Prepaid] is a Y/N field??
Assistance please
I need to enter code so that the users cannot complete a BOL without
selecting one of three Checkboxes.
[Prepaid], [Collect] or [3rd Party]
I tried a test:
if isnull(me.prepaid) then
msgbox "Must Select PPD, Collect or 3rd Party"
cancel = true
me.Prepaid.setfocus
End if
Did not work. Maybe because [Prepaid] is a Y/N field??
Assistance please