T
TotallyConfused
Can someone please help how to revise the following by adding only 7
"Business Days".
The following is in my form field date on Click Event:
Private Sub 1stNotice_Click()
Me.1stNotice= Date
Me.Noticedue = DateAdd("w", 7, [1stNotice])
End Sub
The following is in my report field date controls:
Daysent =Now
Daydue=DateAdd("w",3,Now())
Thank you in advance for any help you can provide.
"Business Days".
The following is in my form field date on Click Event:
Private Sub 1stNotice_Click()
Me.1stNotice= Date
Me.Noticedue = DateAdd("w", 7, [1stNotice])
End Sub
The following is in my report field date controls:
Daysent =Now
Daydue=DateAdd("w",3,Now())
Thank you in advance for any help you can provide.