Hi Everyone,
I have a report with many columns in the detail listing data, and their associated titles above in the page header.
What I would like to accomplish is the ability for the user to check boxes off on a form which will remove/add specific columns to the report. The form will essentially be a "build your report" style, with a button on it opening the print preview of the custom report.
Im assuming this is accomplished by the "on load" part of the form through VBA. How is the sizing handled? If the user un-check's a box to remove a column of data, how is the header and detail data "moved over" or re-arranged to accomplish a relatively decent looking layout?
Can anyone provide an example or example code to deal with one column/setup (which I can copy and modified)??
Thank you
I have a report with many columns in the detail listing data, and their associated titles above in the page header.
What I would like to accomplish is the ability for the user to check boxes off on a form which will remove/add specific columns to the report. The form will essentially be a "build your report" style, with a button on it opening the print preview of the custom report.
Im assuming this is accomplished by the "on load" part of the form through VBA. How is the sizing handled? If the user un-check's a box to remove a column of data, how is the header and detail data "moved over" or re-arranged to accomplish a relatively decent looking layout?
Can anyone provide an example or example code to deal with one column/setup (which I can copy and modified)??
Thank you