S
sfleck
I have the following that determines the number of days from a specific date.
I would like to modify so that if the result lands on a Friday, Saturday, or
Sunday that it return the first Thursday before the result
Here is the exsisting Fomula ( Developed in Office 2k3)
DateAdd("d",-DestinationShipper!DaysNeeded,MailFairTable!FairDate)
I would like to modify so that if the result lands on a Friday, Saturday, or
Sunday that it return the first Thursday before the result
Here is the exsisting Fomula ( Developed in Office 2k3)
DateAdd("d",-DestinationShipper!DaysNeeded,MailFairTable!FairDate)