K
Kim Streker
I am using Access 2000 and have run into a slight problem: I need to
calculate the number of days between delivery dates in different
records. I know that I can use the DateDiff() function in EXCEL to do
this, but I was really hoping to do this on a report in Access.
The table looks like this:
DeliveryID CustomerID DeliveryDate QtyDelivered
2004-01 01 2-jan-2004 150
2004-02 02 3-jan-2004 150
2004-03 01 22-jan-2004 150
For Customer number 1, the two deliveries were separated by 20 days,
but I am unsuccessful getting this onto a report.
I think this problem requires working with a recordset - which I find
a bit intimidating without guidance.
Any suggestions would be greatly appreciated!
Kim Streker
calculate the number of days between delivery dates in different
records. I know that I can use the DateDiff() function in EXCEL to do
this, but I was really hoping to do this on a report in Access.
The table looks like this:
DeliveryID CustomerID DeliveryDate QtyDelivered
2004-01 01 2-jan-2004 150
2004-02 02 3-jan-2004 150
2004-03 01 22-jan-2004 150
For Customer number 1, the two deliveries were separated by 20 days,
but I am unsuccessful getting this onto a report.
I think this problem requires working with a recordset - which I find
a bit intimidating without guidance.
Any suggestions would be greatly appreciated!
Kim Streker