T tintin16 Registered User. Local time Yesterday, 23:51 Joined Jul 14, 2004 Messages 12 Aug 27, 2004 #1 I need a query to generate the date difference between a given start date and the current date. Please help!!!
I need a query to generate the date difference between a given start date and the current date. Please help!!!
T tintin16 Registered User. Local time Yesterday, 23:51 Joined Jul 14, 2004 Messages 12 Aug 27, 2004 #2 Wrong Question I have the date difference. I need to select only those record which are blank/empty. I have to select those records which do not have a 'closing date' and then then find the date difference between the ' Open date' and 'current date'
Wrong Question I have the date difference. I need to select only those record which are blank/empty. I have to select those records which do not have a 'closing date' and then then find the date difference between the ' Open date' and 'current date'
ColinEssex Old registered user Local time Today, 04:51 Joined Feb 22, 2002 Messages 9,452 Aug 27, 2004 #3 In your query use the "IsNull" in the criteria to get the blank closing dates. DateDiff() will calculate the difference between dates (and times) Col
In your query use the "IsNull" in the criteria to get the blank closing dates. DateDiff() will calculate the difference between dates (and times) Col
ColinEssex Old registered user Local time Today, 04:51 Joined Feb 22, 2002 Messages 9,452 Aug 27, 2004 #4 There's no need to post the same question twice