I am having some troubles with a database. I can send it as it has no sensitive data, but it is too large for the boards. If anyone knows a lot about crosstabs and stuff, please give me a shout on MSN
jj -underscore- gogo -at- hotmail -dotttttttt- com
The user picks the dates (has to be first of month and last of that same month) so the data displays correctly.
So my inputs are
#1/1/2004# and #1/31/2004#
I am trying to put it it into a spread sheet that includes the following:
Sum for the day, and sum for the GL (so a sum at the right and bottom)
Has every day of the month listed, even if nothing is in that day for transactions (I assume I need a tblday or something)
I am also thinking I have to import the Data into excel to get the data the way i want (summed, formatted, etc..) which is all fine.
Problems:
1) If i do all the branches then I get every GL in the list even if I dont want them, so I assume I have to do some SQL that goes through each branch separatly when appending to access or whatever it appends to.
If I have more than one branch, the empty days wont show up.
If I only have one branch, then I the person has to run through each branch everytime they want to print the report.
I could do SQL, but I still dont know how that would work. Also, because the GL's used each time are changing, the report fields would have to know which fields are. Not sure how that would be done either.
I would really appreciate any help anyone can give.
I can send someone what I have so far, to make it easier.
Reply here if you think you can help. I would greatly appreciate it.
The example will produce a report from crosstab query, which you can then ecport into excel if you wish, although the report has a sum at the bottom and on the left (I'm sure this can be changed to the right).