kenseye Posted September 25, 2002 Posted September 25, 2002 I have two date fields Range1 and Range2 that define a date range. How do I validate that a third date field falls between Range1 and Range2 with the options/validation in Define Fields?
Newbies kcat Posted September 25, 2002 Newbies Posted September 25, 2002 ThirdDate as a date field validated by calculation. (ThirdDate >= Range1) and (ThirdDate <= Range2) The only problem exists if you enter a value into ThirdDate before you set values in the Range1 and Range2 fields. Check off 'Strict' and show a custom message if you wanna be Taliban about it. -kc.
Recommended Posts
This topic is 8165 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now