halem2
Registered User.
- Local time
- Today, 13:16
- Joined
- Nov 8, 2006
- Messages
- 180
Hi All:
running access 2000.
I have two Yes/No fields in a form: "PassedTest" and "NotTested". I need to... when I click on PassedTest, to uncheck or set to No NotTested and when I click on NotTested, uncheck PassedTest.
This is what I have but is telling me "invalid use of property"
If Me.PassedTest = True Then
Me.NotTested False
End If
thank you for any help.
running access 2000.
I have two Yes/No fields in a form: "PassedTest" and "NotTested". I need to... when I click on PassedTest, to uncheck or set to No NotTested and when I click on NotTested, uncheck PassedTest.
This is what I have but is telling me "invalid use of property"
If Me.PassedTest = True Then
Me.NotTested False
End If
thank you for any help.