LoneAngel666
New member
- Local time
- Today, 06:05
- Joined
- Nov 23, 2003
- Messages
- 7
Hello all,
I'm having a situation with a form that I believe can be solved easily with some kind of validation code (I assume created with the expression builder).
There are two specific fields I am focusing on - a 'Start Date' and an 'End Date'. Both are short date format, and so accept exactly the same kind of data - no problems so far.
Now, first of all, the 'End Date' has to be AFTER the 'Start Date' - well that was easy enough to do - just:
>[Star_Date]
Right?
Now - the bit I find hard. How would I write an expression that ensured the 'End Date' could only ever be between three and twelve months AFTER the 'Start Date'? (Did that make sense?)
Hope someone can help - I need an answer soon
Rob
I'm having a situation with a form that I believe can be solved easily with some kind of validation code (I assume created with the expression builder).
There are two specific fields I am focusing on - a 'Start Date' and an 'End Date'. Both are short date format, and so accept exactly the same kind of data - no problems so far.
Now, first of all, the 'End Date' has to be AFTER the 'Start Date' - well that was easy enough to do - just:
>[Star_Date]
Right?
Now - the bit I find hard. How would I write an expression that ensured the 'End Date' could only ever be between three and twelve months AFTER the 'Start Date'? (Did that make sense?)
Hope someone can help - I need an answer soon

Rob