matthewnsarah07
Registered User.
- Local time
- Today, 05:24
- Joined
- Feb 19, 2008
- Messages
- 192
I have got a table tblLeaveRequest which has 3 date fields in; [DateofRequest], [DateFrom] & [DateTo]
I want to add some validation rules to these fields:
[DateofRequest] - needs to restricted to dates no older than 10 days prior to system current date and no dates in the future at all
[DateFrom] - if possible to able to enter a date that is more than 12 months into the future
[DateTo] - cannot be before DateFrom field
Thanks for your help as always
I want to add some validation rules to these fields:
[DateofRequest] - needs to restricted to dates no older than 10 days prior to system current date and no dates in the future at all
[DateFrom] - if possible to able to enter a date that is more than 12 months into the future
[DateTo] - cannot be before DateFrom field
Thanks for your help as always