03Explorer
Technical User
I have been trying many methods to go from:
me!rpt1.Report.RecordSource = SQL
me!rpt2.Report.RecordSource = SQL
me!rpt3.Report.RecordSource = SQL
me!rpt4.Report.RecordSource = SQL
to something like this
For N = 1 to 4
but it's not working and I am pounding sand trying to figure this (should be simple) thing out.
Thanks,
me!rpt1.Report.RecordSource = SQL
me!rpt2.Report.RecordSource = SQL
me!rpt3.Report.RecordSource = SQL
me!rpt4.Report.RecordSource = SQL
to something like this
For N = 1 to 4
me!rpt[N].Report.RecordSource = SQL
Next Nbut it's not working and I am pounding sand trying to figure this (should be simple) thing out.
Thanks,