MacSig Posted June 23, 2009 Posted June 23, 2009 Hello guys, I have 2 fields: edition_date and expiration_date; how can I validate expiration_date to be later than edition_date? When I select "options" -> validation by calculation I get Validation for field "expiration_date" = and if I try to put > edition_date I get an error. Thanks and have a nice day
comment Posted June 23, 2009 Posted June 23, 2009 Try: expiration_date > edition_date Or: Self > edition_date
MacSig Posted June 23, 2009 Author Posted June 23, 2009 Try: expiration_date > edition_date Tried but I can set edition_date as 6/9/2009 and expiration as 6/2/2009. Am I missing something : THANKS
comment Posted June 23, 2009 Posted June 23, 2009 Hard to say: perhaps you are validating expiration_date only when modified, and setting edition_date later? Also make sure that both fields are of type Date.
Recommended Posts
This topic is 5690 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