G
Guest
I need to validate multiple dates, and I'm not sure whether to do this in a
table or a form, or how to code it.
invoicedate needs to be <= today.
invoicereceived needs to be >= invoicedate and <= today.
dateapproved needs to be >= invoicereceived and <= today.
datesubmitted needs to be >= dateapproved and <= today.
(et cetera...)
How can I make this happen?
Any suggestions are appreciated.
Thank you.
-Michelle
table or a form, or how to code it.
invoicedate needs to be <= today.
invoicereceived needs to be >= invoicedate and <= today.
dateapproved needs to be >= invoicereceived and <= today.
datesubmitted needs to be >= dateapproved and <= today.
(et cetera...)
How can I make this happen?
Any suggestions are appreciated.
Thank you.
-Michelle