H hendrahen New member Local time Yesterday, 19:43 Joined Dec 1, 2012 Messages 3 Dec 1, 2012 #1 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.
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.
Isskint Slowly Developing Local time Today, 03:43 Joined Apr 25, 2012 Messages 1,302 Dec 1, 2012 #2 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
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
H hendrahen New member Local time Yesterday, 19:43 Joined Dec 1, 2012 Messages 3 Dec 3, 2012 #3 Thanks alot Isskint