D
dsc2bjn
I need to create a database which will in part allow me to "count" the number
of records based upon their [STATUS] at multiple points in time.
At the end of each month, I want to know how many records have been [Closed]
during the month and how many are still [Open] (where [Closed] and [Open] are
values of the [STATUS]).
Example of how I need the REPORT to look:
Total Open Closed Remaining
Jan 20 20 2 18
Feb 20 18 3 15
Mar 20 15 5 10
Apr 20 10 4 6
I am looking for suggestions as to how to write queries, VB code and/or how
to structure the data that would allow me to report a running "history".
Any suggestions would be greatly appreciated.
of records based upon their [STATUS] at multiple points in time.
At the end of each month, I want to know how many records have been [Closed]
during the month and how many are still [Open] (where [Closed] and [Open] are
values of the [STATUS]).
Example of how I need the REPORT to look:
Total Open Closed Remaining
Jan 20 20 2 18
Feb 20 18 3 15
Mar 20 15 5 10
Apr 20 10 4 6
I am looking for suggestions as to how to write queries, VB code and/or how
to structure the data that would allow me to report a running "history".
Any suggestions would be greatly appreciated.