victorsales
Registered User.
- Local time
- Yesterday, 16:26
- Joined
- Aug 2, 2013
- Messages
- 14
Hi Folks,
I've been trying to get a field to behave but for some reason I must have done something wrong.
For this specific field people should only use numbers between 10,000 and 19,999 or between 80,000 and 89,999.
In the validation rule option I input:
Or Between 10000 And 19999 Or Between 80000 And 89999
I've also tried
>=10000 And <= 19999 Or >= 80000 And <=89999.
But for some reason MS Access accepts the first section of the validation but not the second part.
Can someone help me with the code?
Also: I've read that the validation rule is better managed at the Form level on the "Before Update" field, I'm currently managing it directly on the table in the field property. What should I use?
Thanks,
Victor
I've been trying to get a field to behave but for some reason I must have done something wrong.
For this specific field people should only use numbers between 10,000 and 19,999 or between 80,000 and 89,999.
In the validation rule option I input:
Or Between 10000 And 19999 Or Between 80000 And 89999
I've also tried
>=10000 And <= 19999 Or >= 80000 And <=89999.
But for some reason MS Access accepts the first section of the validation but not the second part.
Can someone help me with the code?
Also: I've read that the validation rule is better managed at the Form level on the "Before Update" field, I'm currently managing it directly on the table in the field property. What should I use?
Thanks,
Victor