Good morning I have a query within which I have a field that I am using to determine if the appointment date offered has breached our 14 day target, allowing for any adjustments. I think I've got a handle on what to do if those dates fall either over the weekend if today is either Thursday or Friday or on Monday if today is Friday, but my problem, today, is I can't get the calculated date to sort:
It will give me 02/09 (2nd September in the UK) before 28/08.
I've tried DateVal and CDate but that's just the same.
Is there anything that I'm missing?
Many thanks,
D€$
......,Format(([N2_6_RECEIPT_DATE]+14+[N2_14_ADJ_TIME]),"dd/mm/yyyy")
It will give me 02/09 (2nd September in the UK) before 28/08.
Save A Breach Date
02/09/2019
27/08/2019
I've tried DateVal and CDate but that's just the same.
Is there anything that I'm missing?
Many thanks,
D€$