H
Hoopster
I have two controls where if the 1st control says one thing and the 2nd
control is Null, I want to alert the user to check their data. Is this
possible?
If (Me.[Pass/Repair/Reject]) = "Repair" And (Me.[Repair/RejectComments]) Is
Null Then
Save_and_Mailpromt = MsgBox("Please Check Your Data. Cause Code Can Not
Be Empty When Total Number of Rework for this Cause Field Has Been Filled
In!", vbOK, "OhioData")
[Forms]![CellAudits]![RepairNumber].SetFocus
End If
control is Null, I want to alert the user to check their data. Is this
possible?
If (Me.[Pass/Repair/Reject]) = "Repair" And (Me.[Repair/RejectComments]) Is
Null Then
Save_and_Mailpromt = MsgBox("Please Check Your Data. Cause Code Can Not
Be Empty When Total Number of Rework for this Cause Field Has Been Filled
In!", vbOK, "OhioData")
[Forms]![CellAudits]![RepairNumber].SetFocus
End If