N
Newbie_Sashi
In a form, Im trying to generate the end date by adding 2 days to "Start
time". The end date must exclude weekends. I have given the below code, but
this does not seem to be working. Please assist.
Private Sub PO__Click()
[End Date] = DateAddW([days 2], [Start time])
End Sub
Also, this event is trigger on clicking on the field "PO". Is there some way
I can generate the END DATE as soon as the record is loaded in the form.
time". The end date must exclude weekends. I have given the below code, but
this does not seem to be working. Please assist.
Private Sub PO__Click()
[End Date] = DateAddW([days 2], [Start time])
End Sub
Also, this event is trigger on clicking on the field "PO". Is there some way
I can generate the END DATE as soon as the record is loaded in the form.