hardhitter06
Registered User.
- Local time
- Today, 18:59
- Joined
- Dec 21, 2006
- Messages
- 600
Hi All,
Access 2003.
I have 8 tables and 8 corresponding input forms created already for my database.
At the end of each month, I need to total each field in each table for that given month and display it in a report.
For example...Form A feeds Table A and contains Field A. I need to total field A for the month of April and display this total on ReportMain. Form B feeds Table B and contains Field A. I need to total field A for the month of April and display this second total on ReportMain. I have A LOT of fields so there is going to be a lot of calculating (I've never done anything like this before).
So my question is...how will I make this work? I know I am going to have to drive my query by a date search since I am only totaling records for a given month.
With my limited experience, I think I would start by creating an additional form where I have a textbox to enter in the month and date (or maybe 2 text boxes). I would then go into my query and link this text box under each of my date fields for each table?? Then I would use a command button to run the query.
Up to this point, if I ran the search I would receive all the records for a given month. How would I then add them up and display the total? I'm lost right now and don't know which direction to go.
Please help! Thank you
Access 2003.
I have 8 tables and 8 corresponding input forms created already for my database.
At the end of each month, I need to total each field in each table for that given month and display it in a report.
For example...Form A feeds Table A and contains Field A. I need to total field A for the month of April and display this total on ReportMain. Form B feeds Table B and contains Field A. I need to total field A for the month of April and display this second total on ReportMain. I have A LOT of fields so there is going to be a lot of calculating (I've never done anything like this before).
So my question is...how will I make this work? I know I am going to have to drive my query by a date search since I am only totaling records for a given month.
With my limited experience, I think I would start by creating an additional form where I have a textbox to enter in the month and date (or maybe 2 text boxes). I would then go into my query and link this text box under each of my date fields for each table?? Then I would use a command button to run the query.
Up to this point, if I ran the search I would receive all the records for a given month. How would I then add them up and display the total? I'm lost right now and don't know which direction to go.
Please help! Thank you