D
Daniel Lalonde
Hello,
Any suggestions are appreciated. I need to make a small
change to a large number of similar reports and am
wondering if there is a simple programming solution rather
than adjusting each one manually. Each report has one
label and two text boxes which need their .Visible
properties set to true.
The objects are:
lblAcute
txtAcute
txtPercentOfTotalAcute
I would like to create a function that would open each
report and make the changes. How would I cycle through
the db, open each report, and then set the respective
properties to true? Should I use a macro instead?
Thanks again,
Daniel
Any suggestions are appreciated. I need to make a small
change to a large number of similar reports and am
wondering if there is a simple programming solution rather
than adjusting each one manually. Each report has one
label and two text boxes which need their .Visible
properties set to true.
The objects are:
lblAcute
txtAcute
txtPercentOfTotalAcute
I would like to create a function that would open each
report and make the changes. How would I cycle through
the db, open each report, and then set the respective
properties to true? Should I use a macro instead?
Thanks again,
Daniel