H
Hoopster
I have something I'm trying to do and am not sure if I can. I have two
different Controls on a Form that if Control 1 says one thing the Control 2
cannot be Null. I am trying to use the following Code:
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
Any Hope?
different Controls on a Form that if Control 1 says one thing the Control 2
cannot be Null. I am trying to use the following Code:
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
Any Hope?