Jump to content

This topic is 8165 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.