cos
Registered User.
- Local time
- Today, 14:54
- Joined
- Jul 13, 2012
- Messages
- 81
I have three filds:
1 a standart entry box
2 a tick box (Yes/No data type)
3 the calculated txt box { =IIf([tick box]="Yes",[standart box],Null) }
when the tick box is on "Yes", the text from 1 goes in 3, but when the tick box is not on "Yes", i.e."No", I want to be able to type something into it, yet it will not lt me (thinking because its data type i calculation).
i know im not amazing at describing, but, is there any way to fix this? or an alternative method?
Much apriciated!!
1 a standart entry box
2 a tick box (Yes/No data type)
3 the calculated txt box { =IIf([tick box]="Yes",[standart box],Null) }
when the tick box is on "Yes", the text from 1 goes in 3, but when the tick box is not on "Yes", i.e."No", I want to be able to type something into it, yet it will not lt me (thinking because its data type i calculation).
i know im not amazing at describing, but, is there any way to fix this? or an alternative method?
Much apriciated!!