Hello all,
I'm trying to allow users to choose specific columns from a certain list of total possible columns. Once they click a button, it is supposed to dynamically generate a report based on the columns that they specified. Basically I'm using a buttload of VBA code in the background to create a bunch of report controls. As each column (label+field) is created, and indent variable is incremented so each column has space to display the data. My problem is, if they select more than like 30 columns, the indent variable gets too big and it stops displaying them. I discovered that the maximum width for every report (including legal sized paper) seems to be 22 inches.
Here is the moral of my story:
Can you increase this maximum width?
Thanks!
I'm trying to allow users to choose specific columns from a certain list of total possible columns. Once they click a button, it is supposed to dynamically generate a report based on the columns that they specified. Basically I'm using a buttload of VBA code in the background to create a bunch of report controls. As each column (label+field) is created, and indent variable is incremented so each column has space to display the data. My problem is, if they select more than like 30 columns, the indent variable gets too big and it stops displaying them. I discovered that the maximum width for every report (including legal sized paper) seems to be 22 inches.
Here is the moral of my story:
Can you increase this maximum width?
Thanks!