Access Date Query - TechRepublic
Question
April 16, 2007 at 03:06 AM
carl.j.smith@servicebirmi

Access Date Query

by carl.j.smith@servicebirmi . Updated 19 years, 1 month ago

Hi
I am trying to calculate the number of days an item has been outstanding from the received date using todays date.

I would like to use the calculated query for a report which I will create.

I have used the DateDiff function but instead of simply calculating the Outstanding Days for all rows I get a parameter query prompt which I do not want.

I am new to access and hope I have explained what I am trying to do.
This is what I currently have
DateDiff(“d”,[DATE RECEIVED],Now())

Hope I have explained what I need to do.
Thanks
Carl

This discussion is locked

All Comments