iankerry
Registered User.
- Local time
- Today, 08:35
- Joined
- Aug 10, 2005
- Messages
- 190
hi
hope someone can help!
i have two currency fields "inc due" and "inc due less VAT".
when another field (called "locked") is ticked I want to not enable these fileds so folk can see them but not change them.
So I use this:
If Me.locked = -1 Then [Inc Due].Enabled = False
This works well. but THE PROBLEM:
when i try the same line with "inc due less VAT", instead of being able to choose .ENABLED I can only choose .VALUE.
Why is this? The fields seem identical?
Thanks
Ian Kerry
hope someone can help!
i have two currency fields "inc due" and "inc due less VAT".
when another field (called "locked") is ticked I want to not enable these fileds so folk can see them but not change them.
So I use this:
If Me.locked = -1 Then [Inc Due].Enabled = False
This works well. but THE PROBLEM:
when i try the same line with "inc due less VAT", instead of being able to choose .ENABLED I can only choose .VALUE.
Why is this? The fields seem identical?
Thanks
Ian Kerry