reddevil1
Registered User.
- Local time
- Today, 10:08
- Joined
- Nov 12, 2012
- Messages
- 92
I am trying to lock one Control based on the value of another. But my coding does not seem to work.
Any ideas on what I am doing wrong?
I put this coding in the After Update event but get "Syntax error"
=IIf([AmountReceived]<10000,[Commission Percent].[Locked]=True,[Commission Percent].[Locked]=False)
Any ideas on what I am doing wrong?
I put this coding in the After Update event but get "Syntax error"
=IIf([AmountReceived]<10000,[Commission Percent].[Locked]=True,[Commission Percent].[Locked]=False)