D
Dave Elliott
The code below works fine, but I need to include AND if IsNull CustPONo
If Me.Parent.[Check399] = True Then
MsgBox "A Purchase Order is Required for this Customer"
End If
If Me.Parent.[Check399] = True Then
MsgBox "A Purchase Order is Required for this Customer"
End If