outofpractice
Registered User.
- Local time
- Today, 11:23
- Joined
- May 10, 2011
- Messages
- 32
This is probably simple, but I have not been using Access/VB for several years now and my skills are quite rusty. So my situation is this:
My area has web reports that are put together monthly and it has always been done using Excel. This task has been handed back to me while a co-worker is on maternity leave - I'm a little dismayed at all the different spreadsheets being managed/stored for these reports so have decided to put all of this information into Access so it is all in one place.
I have the tables set up without any issue and have a query set up for the form to pull from for a year (right now only a year, I'll get the monthly reports set up as well).
So what I am stuck on is:
I have the report bringing back the rows of data, by month in the detail area like I want. Now what I want to do is add in a Quarterly Total count. I have the annual added as a sum for all of the fields, but can't work through how to only have the report look at, for example:
Month equals either 1, 2, or 3 or even (January, February, or March) and if it does then sum the "Site_Visits" field
And I would only want this field to appear once and only if there is a count in it.
Should this maybe be a separate query that a field on the report references?
Hope this makes sense and thanks in advance for any assistance.
My area has web reports that are put together monthly and it has always been done using Excel. This task has been handed back to me while a co-worker is on maternity leave - I'm a little dismayed at all the different spreadsheets being managed/stored for these reports so have decided to put all of this information into Access so it is all in one place.
I have the tables set up without any issue and have a query set up for the form to pull from for a year (right now only a year, I'll get the monthly reports set up as well).
So what I am stuck on is:
I have the report bringing back the rows of data, by month in the detail area like I want. Now what I want to do is add in a Quarterly Total count. I have the annual added as a sum for all of the fields, but can't work through how to only have the report look at, for example:
Month equals either 1, 2, or 3 or even (January, February, or March) and if it does then sum the "Site_Visits" field
And I would only want this field to appear once and only if there is a count in it.
Should this maybe be a separate query that a field on the report references?
Hope this makes sense and thanks in advance for any assistance.