Validation Rule for Date

hendrahen

New member
Local time
Yesterday, 19:43
Joined
Dec 1, 2012
Messages
3
Hi

I have a table with 2 field:
1. StartDate (format : Short Date)
2. EndDate (format : Short Date)

How can I validate for field EndDate must occur after StartDate using Validation Rule?

Thanks before.
 
You need to create a Table level validation NOT a field level validation. With the table open in design view, right click and select Properties. In the Validation Rule box enter [EndDate]>[StartDate]. Dont forget a meaningful validation text
 
Thanks alot Isskint :)
 

Users who are viewing this thread

Back
Top Bottom