Hello all,
I have two text boxes in a form called StartDate and TargetDate.
What I'd like to do is when I enter the StartDate, the TargetDate textbox will be filled automatically considering 45 labor days from the StartDate.
So, the date shown in the TargetDate will refer to 45 labor days from the StartDate. Labor days is defined as 5 days a week. I have never done a calculated text box like this, although I know is possible.
Do I have to write VBA code in order to do this or should be an expression from the Builde Expression??

Thanks!
I have two text boxes in a form called StartDate and TargetDate.
What I'd like to do is when I enter the StartDate, the TargetDate textbox will be filled automatically considering 45 labor days from the StartDate.
So, the date shown in the TargetDate will refer to 45 labor days from the StartDate. Labor days is defined as 5 days a week. I have never done a calculated text box like this, although I know is possible.
Do I have to write VBA code in order to do this or should be an expression from the Builde Expression??
Thanks!