This code doesn't work! That shouldn't suprise you supercoders, but I don't know how else to write this statement.
Any help?
Code:
Private Sub Equipment_Status_AfterUpdate()
If Equipment_Status = "AWP" Then
Me!subJob_Desc.Parts_Date.Required = True
End If
End Sub
Effectively, I would like to get the subform's Parts_Date field to be required if the equipment goes into AWP (Awaiting Parts) status.
Thanks
Any help?
Code:
Private Sub Equipment_Status_AfterUpdate()
If Equipment_Status = "AWP" Then
Me!subJob_Desc.Parts_Date.Required = True
End If
End Sub
Effectively, I would like to get the subform's Parts_Date field to be required if the equipment goes into AWP (Awaiting Parts) status.
Thanks