B
Bob Quintal
=?Utf-8?B?YXJjaDI1Mg==?= <[email protected]>
wrote in
Set the control source of the new field to
=dateAdd("d",10,[DateSent])
Set the conditional format of the control to 'less than' DATE()
wrote in
I have a field that shows the date I sent a notice to someone.
I want to create a field that automatically shows the date
the notice is due back, which is 10 days from the sent date.
I would also like the field to show up in red when the due
date is past.
Set the control source of the new field to
=dateAdd("d",10,[DateSent])
Set the conditional format of the control to 'less than' DATE()