I implemented the Employee Sales dynamic cross tab report in to an application of mine. It works fine except that it is limited on the number of columns. I need it to compute when the number of columns that can fit on page has been hit and then simply put the additional columns on a new page. The report currently does this with the rows, by handling an unlimited number, which I will need it to continue to do.
I also tried the MS-Knowledgebase article “Q103262 ACC1x: How to Create a Dynamic Crosstab Report” which applies to: Microsoft Access versions 1.0, 1.1
http://support.microsoft.com/support/kb/ar…G&SA=ALLKB&FR=0
But I couldn’t get the code converted properly to Access 97 format. Not even sure that if I did get the code to work, that it would give me the results I’m looking for.
Do you know of anyone that has tackled this problem? I’ve searched several places such as the developers forum on CompuServe, the MS Knowledgebase web, and some sites on the web.