G
Guest
I am posting this again because I don't think it went through the first time.
How can I get the following code to work with each individual record in my
subform?
It works but it effects check boxes in all records.
Thanks in advance
Alvin
------------Start My Code---------------
If Me.Accepted = -1 Then
Me.Rejected.Enabled = False
Me.Repair.Enabled = False
Me.RepairComplete.Enabled = False
Else
Me.Rejected.Enabled = True
Me.Repair.Enabled = True
Me.RepairComplete.Enabled = True
End If
-------------End My Code--------------------
How can I get the following code to work with each individual record in my
subform?
It works but it effects check boxes in all records.
Thanks in advance
Alvin
------------Start My Code---------------
If Me.Accepted = -1 Then
Me.Rejected.Enabled = False
Me.Repair.Enabled = False
Me.RepairComplete.Enabled = False
Else
Me.Rejected.Enabled = True
Me.Repair.Enabled = True
Me.RepairComplete.Enabled = True
End If
-------------End My Code--------------------