Oct 25, 2006 #1 sinbadly Technical User Mar 16, 2006 126 GB Can Access calculate 22 weeks before a given date. Such as DateArrival =22/10/06 Date 22 weeks before DateArrival = ? How does an expert code this in a query please?
Can Access calculate 22 weeks before a given date. Such as DateArrival =22/10/06 Date 22 weeks before DateArrival = ? How does an expert code this in a query please?
Oct 25, 2006 1 #2 Golom Programmer Sep 1, 2003 5,595 CA Code: DateAdd("ww", -22, Date) Upvote 0 Downvote
Oct 25, 2006 Thread starter #3 sinbadly Technical User Mar 16, 2006 126 GB Cheers, Golom. I had something rather like that ... but thanks to you, now I know how to get it right. Many thanks. Upvote 0 Downvote
Cheers, Golom. I had something rather like that ... but thanks to you, now I know how to get it right. Many thanks.