Access Version: 2010
Experience Level: Beginning/Intermediate-Comfortable with basic vba coding, but need a bit more guidance with anything advanced, though I'm good at following examples.
Hi,
I've been researching this issue for two days straight, and while I've read some posts that were in the general vicinity of what I'm looking for, I didn't find an answer to my exact problem.
I have a large tabular report, 22" and 18 columns. In the report footer I have for each column a series of calculated fields, specific to that column. For example, one of my columns is NumberofCreditsEarned. The calculated fields at the bottom of it are min, max and avg. Another one is Gender, and the calculated fields at the bottom of that one count the males and females and give percentages of each.
I designed a basic form with 18 checkboxes, so users could select as many or as few columns as they want. My original idea was to use the checkboxes to show the desired columns (along with the calculations for those columns) and hide the rest.
The issue is that while the column may be hidden, the white space is not. If I can't find a way to get rid of it, my reporting tool won't be feasible to use. I've researched using "can grow" and "can shrink", but I don’t think they'd work on a tabular report like this, where all of the controls are the same height and width, and on the same line.
I'm open to pretty much any solution/workaround that will help me get rid of the white space so my reporting tool will work. Thank you for your time.
Experience Level: Beginning/Intermediate-Comfortable with basic vba coding, but need a bit more guidance with anything advanced, though I'm good at following examples.
Hi,
I've been researching this issue for two days straight, and while I've read some posts that were in the general vicinity of what I'm looking for, I didn't find an answer to my exact problem.
I have a large tabular report, 22" and 18 columns. In the report footer I have for each column a series of calculated fields, specific to that column. For example, one of my columns is NumberofCreditsEarned. The calculated fields at the bottom of it are min, max and avg. Another one is Gender, and the calculated fields at the bottom of that one count the males and females and give percentages of each.
I designed a basic form with 18 checkboxes, so users could select as many or as few columns as they want. My original idea was to use the checkboxes to show the desired columns (along with the calculations for those columns) and hide the rest.
The issue is that while the column may be hidden, the white space is not. If I can't find a way to get rid of it, my reporting tool won't be feasible to use. I've researched using "can grow" and "can shrink", but I don’t think they'd work on a tabular report like this, where all of the controls are the same height and width, and on the same line.
I'm open to pretty much any solution/workaround that will help me get rid of the white space so my reporting tool will work. Thank you for your time.