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] which are used on frmLeaveRequest
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
I have been reliably informed that this too complex at table level
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
I have been reliably informed that this too complex at table level
Thanks for your help as always