[AccessD] Use of a Variable for Setting Report Properties

Doug Steele dbdoug at gmail.com
Fri Nov 15 16:06:19 CST 2013


Reports(MyVariable).Caption

that should do it.  Just tested it here OK

Doug


On Fri, Nov 15, 2013 at 1:44 PM, Brad Marks <BradM at blackforestltd.com>wrote:

> All,
>
> I have a Four-Week "Calendar" report that has 20 Sub-reports (one for
> each "work day" in the 4-week period)
>
> This application has a little VBA code that changes some of the
> properties on each of these 20 reports.
>
> This is done with one line of code for each report like this -
>
> Reports.Report1.Caption = Str_Test1
>
> Reports.Report2.Caption = Str_Test2
>
> Reports.Report3.Caption = Str_Test3 ...
>
>
>
> Instead of having one line of code for each report, I would like to set
> up a loop to handle this processing.
>
> To do this, I need to somehow use a variable something like...
>
> Reports. & MyVariable & .Caption = Str_Test1
>
> Is this possible?
> Thanks,
> Brad
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>


More information about the AccessD mailing list