S sislman01 Registered User. Local time Yesterday, 23:56 Joined Dec 2, 2005 Messages 10 Dec 2, 2005 #1 Hi, I hope you can help. I have an Access Table and need to write a query that extracts data where i.e. Date (a) is 30 days or more earlier than Date (b). Many thanks
Hi, I hope you can help. I have an Access Table and need to write a query that extracts data where i.e. Date (a) is 30 days or more earlier than Date (b). Many thanks
K Kempes Registered User. Local time Today, 07:56 Joined Oct 7, 2004 Messages 327 Dec 2, 2005 #2 In the DateB Criteria <=([DateA]+30)
S sislman01 Registered User. Local time Yesterday, 23:56 Joined Dec 2, 2005 Messages 10 Dec 2, 2005 #3 Thanks for the quick response