mtairhead
Registered User.
- Local time
- Today, 04:12
- Joined
- Oct 17, 2003
- Messages
- 138
I have 12 Access tables– One for each month of the year. They are named as such. (January, February, etc)
In these tables are Accounting Journal Entries, which aren’t very confusing. Just imagine that each table has column labels as follows:
Account Number Program Project Class Credit Debit
A typical entry would be:
Account Number Program Project Class Credit Debit
698 01 75 08 1785 1878
For each table, I have a report. That means I have a January report, February report, etc. Each report has a final total, which gives the total for the “Credit” column and the “Debit” column for the entire month.
Now for the tricky part: I want totals for ALL of the months combined. (The entire year) I need to consolidate the 12 tables into one, and make one final report. I know that I must do this with a query, but how? Every time I attempt to do it, it never works…And Mr. Clip-It, for once, doesn’t have the answer.
In these tables are Accounting Journal Entries, which aren’t very confusing. Just imagine that each table has column labels as follows:
Account Number Program Project Class Credit Debit
A typical entry would be:
Account Number Program Project Class Credit Debit
698 01 75 08 1785 1878
For each table, I have a report. That means I have a January report, February report, etc. Each report has a final total, which gives the total for the “Credit” column and the “Debit” column for the entire month.
Now for the tricky part: I want totals for ALL of the months combined. (The entire year) I need to consolidate the 12 tables into one, and make one final report. I know that I must do this with a query, but how? Every time I attempt to do it, it never works…And Mr. Clip-It, for once, doesn’t have the answer.