JamesBrewer01
New member
- Local time
- Today, 09:31
- Joined
- Jan 22, 2013
- Messages
- 4
Hi,
I'm looking for the right way to set up a query to give me a cumulative count of items, over time, to populate a comparative line chart.
My table has a number of other columns, but I'm pretty sure the ones I need for this query are as below:
Unique_IDFinish_DateBaseline_Finish101/11/201201/11/2012230/11/201230/11/2012305/12/201229/11/2012407/12/201217/11/2012523/11/201223/11/2012601/01/201318/12/2012718/01/201318/01/2013818/12/201218/12/2012903/02/201328/01/20131001/01/201314/12/2013 Nov-1235Dec-1268Jan-13910Feb-1310
I think the answer lies somewhere with DCOUNT and DatePart, but I just can't work it out.
I hope I've explained that well enough, let me know if more info will help.
Thanks,
James
I'm looking for the right way to set up a query to give me a cumulative count of items, over time, to populate a comparative line chart.
My table has a number of other columns, but I'm pretty sure the ones I need for this query are as below:
Unique_IDFinish_DateBaseline_Finish101/11/201201/11/2012230/11/201230/11/2012305/12/201229/11/2012407/12/201217/11/2012523/11/201223/11/2012601/01/201318/12/2012718/01/201318/01/2013818/12/201218/12/2012903/02/201328/01/20131001/01/201314/12/2013 Nov-1235Dec-1268Jan-13910Feb-1310
I think the answer lies somewhere with DCOUNT and DatePart, but I just can't work it out.
I hope I've explained that well enough, let me know if more info will help.
Thanks,
James