G
Guest
Hi. I have the following code in the 'Before Update Event' of combo
cboSchoolName. The message appears OK if I try to select a value in
cboSchoolName before selecting one in cboPlacementStage but after clicking on
OK, the user is still then able to select a value in cboSchoolName. What am
I doing wrong?
Thanks for any help, JohnB
If IsNull(Me!cboPlacementStage) Then
MsgBox "You must make a selection in the 'Placement Stage' field first"
Cancel = True
End If
cboSchoolName. The message appears OK if I try to select a value in
cboSchoolName before selecting one in cboPlacementStage but after clicking on
OK, the user is still then able to select a value in cboSchoolName. What am
I doing wrong?
Thanks for any help, JohnB
If IsNull(Me!cboPlacementStage) Then
MsgBox "You must make a selection in the 'Placement Stage' field first"
Cancel = True
End If