Current Date

tintin16

Registered User.
Local time
Yesterday, 23:51
Joined
Jul 14, 2004
Messages
12
I need a query to generate the date difference between a given start date and the current date.
Please help!!!
 
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'
 
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
 
There's no need to post the same question twice :mad: :mad:
 

Users who are viewing this thread

Back
Top Bottom