A
AL Rios
I want to thank the group as you have help me a lot. The issue I have and
still have for many weeks is :
I want to add 7 workdays from the received date.
I have two fields
-A Received date as a Short date field.
-A Due date field as a Short date field
In my Due date field I added the following code in control source
=DateAdd("d",7-Weekday(Date(),2)+2,[received])
I not so concerned about holidays as I have reviewed this group on how to
account for holidays and still am confused on how to get it to work. Not an
expert but I do not know how to create a public function and call that public
function in the Due date filed.
So, I want to take one small step at a time..
Here is an example based on the control source code I entered above.
When I add a date in the received field such as 5 Feb 2010 the due date
field should autopopulate with 15 Feb 2010 vice 13 Feb 2010 (13 Feb 2010 is a
Saturday. I cannot have Saturdays or Sundays as due dates (Lets not worry
about holidays for now) as it tried all the recommendations in this group and
still cannot get it work.
I really need your support on this .
Thank You
Al ( Disable Vet) 30 Years
still have for many weeks is :
I want to add 7 workdays from the received date.
I have two fields
-A Received date as a Short date field.
-A Due date field as a Short date field
In my Due date field I added the following code in control source
=DateAdd("d",7-Weekday(Date(),2)+2,[received])
I not so concerned about holidays as I have reviewed this group on how to
account for holidays and still am confused on how to get it to work. Not an
expert but I do not know how to create a public function and call that public
function in the Due date filed.
So, I want to take one small step at a time..
Here is an example based on the control source code I entered above.
When I add a date in the received field such as 5 Feb 2010 the due date
field should autopopulate with 15 Feb 2010 vice 13 Feb 2010 (13 Feb 2010 is a
Saturday. I cannot have Saturdays or Sundays as due dates (Lets not worry
about holidays for now) as it tried all the recommendations in this group and
still cannot get it work.
I really need your support on this .
Thank You
Al ( Disable Vet) 30 Years