I have a table that has three date fields. They are:
CR_SubmittedDate
CR_RoutingDate
CR_ApprovalDate
I need assure that when the dates are entered in a text box on a form they meet the following condition:
The “CR_SubmittedDate” must be less than or equal to the “CR_RoutingDate”, and the “CR_RoutingDate” must be less than or equal to the “CR_ApprovalDate”
Maybe this is a better way to see it:
CR_SubmittedDate <= CR_RoutingDate <= CR_ApprovalDate
Can this be done and if so how?
One other thing I forgot to mention is that on the “General Tab” in table design view “Required” is set to “No” because I will not have the data for every record.
Thank you for any assistance.
CR_SubmittedDate
CR_RoutingDate
CR_ApprovalDate
I need assure that when the dates are entered in a text box on a form they meet the following condition:
The “CR_SubmittedDate” must be less than or equal to the “CR_RoutingDate”, and the “CR_RoutingDate” must be less than or equal to the “CR_ApprovalDate”
Maybe this is a better way to see it:
CR_SubmittedDate <= CR_RoutingDate <= CR_ApprovalDate
Can this be done and if so how?
One other thing I forgot to mention is that on the “General Tab” in table design view “Required” is set to “No” because I will not have the data for every record.
Thank you for any assistance.