Larry1216
Technical User
- Nov 14, 2002
- 13
For validating Data Entry.
1. Date has to be between [Date1] and [Date2]
AND
it also has to be
2. If[Date3]="A" and [Date4]-[Date3]<15
- Do not permit data entry
- Otherwise give the validation text
It would be nice to have a different set of validation text for 1 and 2 but maybe thats asking too much.
Unfortunately, I am not up to visual basic expressions, just an analyst trying to make do.......
Searched thru the existing threads but did not see anything close.
Would appreciate any advisement on how to constuct this.
1. Date has to be between [Date1] and [Date2]
AND
it also has to be
2. If[Date3]="A" and [Date4]-[Date3]<15
- Do not permit data entry
- Otherwise give the validation text
It would be nice to have a different set of validation text for 1 and 2 but maybe thats asking too much.
Unfortunately, I am not up to visual basic expressions, just an analyst trying to make do.......
Searched thru the existing threads but did not see anything close.
Would appreciate any advisement on how to constuct this.