C
Charles Phillips
Hello,
I have an MS-Access 2003 database.
I have a field name "Follow-up Date", that's automatically populated.
I want the Follow-up Date to be a day/date that does not fall on the
weekend.
I have read "Determine If a Date Falls on a Weekend or on a Holiday in
Access", but do not understand "how-to" to put this code in the Follow-up
Date field.
Here is the code for the "Follow-up Date" field:
=DateAdd("d",3,[DateLaptopReturned])
How and were do I put the code, that allows the system to skip ANY weekend
days/dates, and still publish the next Monday or Tuesday???
Can someone point me to some examples/samples???
Thank you,
Charles L. Phillips
I have an MS-Access 2003 database.
I have a field name "Follow-up Date", that's automatically populated.
I want the Follow-up Date to be a day/date that does not fall on the
weekend.
I have read "Determine If a Date Falls on a Weekend or on a Holiday in
Access", but do not understand "how-to" to put this code in the Follow-up
Date field.
Here is the code for the "Follow-up Date" field:
=DateAdd("d",3,[DateLaptopReturned])
How and were do I put the code, that allows the system to skip ANY weekend
days/dates, and still publish the next Monday or Tuesday???
Can someone point me to some examples/samples???
Thank you,
Charles L. Phillips