Hi - I have never used a forum before so please forgive any newbie errors!
I would like some help please. I have a Complaints database which I have inherited from a previous team, but I have managed to customise it to do what I require - all except one thing. I have a field which contains the date on which the complaint was received [ReceivedbyCCG]. I want to add three working days to this and to then populate another field [AcknowledgementDue]. I am not at all experienced in Access, and most of what I have done so far has been by trial and error, and google, but having looked at various threads I think I need to add some sort of code. I have no clue how or where to do this. I have created a table of all the dates for the next 4 years (excluding the weekends and bank holidays) as partially shown in the snippet below, which adds the three days, but then I am stuck. I have added a screen shot of the fields in orange below too. The ReceivedbyCCG date is added by the user, as is the AckSent date, and I just want to make the Acknowledgement due box populate with the additional 3 working days. I can make it work for actual days with =DateAdd("w",3,[ReceivedbyCCG]) but not for working days.
Is there anyone who could explain in simple terms what I need to do and talk me through how I should do this please?
Any assistance would be much appreciated.
Thank You.
RockChick