Disclaimer: This got way more complicated that I was planning on!
Ok so here is what I'm trying to do:
The report that I am trying to make is basically a general ledger sheet.
I am currently using the Microsoft Dynamic Cross Tab Report modified to my need.
Here is what the report needs to look like:
OrderDate | Payee | Total | Account# | Account # | ect.....
Data | Data | Data | Data | ect....
| Total | Total | Total | Total | ect....
I have this part working but if anyone sees anyway of doing that different let me know.
The part I'm having a problem with is that this report is done weekly and has to have a balance forward as part of the total. I have somewhat of a workaround right now but it involves 4 queries for each report and each week has to have its own report (there are 10 weeks).
There must be a way to do this with one report and a form to select the week, however I have a feeling this involves code and I'm not that up to date on my VB.
Here is a copy of the section I'm working on right now: http://www.lowaneuallanque.org/pdavis/dbsbm.zip
Thanks in advance for the help.
Ok so here is what I'm trying to do:
The report that I am trying to make is basically a general ledger sheet.
I am currently using the Microsoft Dynamic Cross Tab Report modified to my need.
Here is what the report needs to look like:
OrderDate | Payee | Total | Account# | Account # | ect.....
Data | Data | Data | Data | ect....
| Total | Total | Total | Total | ect....
I have this part working but if anyone sees anyway of doing that different let me know.
The part I'm having a problem with is that this report is done weekly and has to have a balance forward as part of the total. I have somewhat of a workaround right now but it involves 4 queries for each report and each week has to have its own report (there are 10 weeks).
There must be a way to do this with one report and a form to select the week, however I have a feeling this involves code and I'm not that up to date on my VB.
Here is a copy of the section I'm working on right now: http://www.lowaneuallanque.org/pdavis/dbsbm.zip
Thanks in advance for the help.