cherosoullis
Registered User.
- Local time
- Today, 20:03
- Joined
- Jun 23, 2006
- Messages
- 47
I am trying to implement a conditional validation Rule. I think it goes like this:
=IIf(([cmbCC].[Column](0))=1,Between 10 And 20,6)
For some reason the true part (Between 10 And 20) is not working even though if I enter a number like :
=IIf(([cmbCC].[Column](0))=1,20,6)
is working just fine. Can someone help me on this please?
=IIf(([cmbCC].[Column](0))=1,Between 10 And 20,6)
For some reason the true part (Between 10 And 20) is not working even though if I enter a number like :
=IIf(([cmbCC].[Column](0))=1,20,6)
is working just fine. Can someone help me on this please?