I
ipower2 via AccessMonster.com
I have a database that tracks statistics for my department. I need to be
able to compare the current years and previous years totals. I also need to
be able to track them by month.
I believe that a cross tab query would do the job, however I am not having
any luck in making it work.
my table is like this
monthdate field(formatted as MMMM YYYY)
field1,number
field2,number
field3,number
field4,number
field5,number
field6,number
field7,number
The numbers are obtained from our database, however they are raw numbers, we
have to format them into reports. I have created the database to use the
numbers and hopefully make charts and reports using these numbers.
Do I just need to use a separate query that uses the previous months totals
and combine it with a current query for the current's months totals? Any
help will be appreciated thanks.
able to compare the current years and previous years totals. I also need to
be able to track them by month.
I believe that a cross tab query would do the job, however I am not having
any luck in making it work.
my table is like this
monthdate field(formatted as MMMM YYYY)
field1,number
field2,number
field3,number
field4,number
field5,number
field6,number
field7,number
The numbers are obtained from our database, however they are raw numbers, we
have to format them into reports. I have created the database to use the
numbers and hopefully make charts and reports using these numbers.
Do I just need to use a separate query that uses the previous months totals
and combine it with a current query for the current's months totals? Any
help will be appreciated thanks.