M
Michael
I have a master Report that outputs various
subreports/subforms on single summary page for
each 'DealKey'.
For each 'DealKey', a unique form is generated via code
and named: frm[DealKey], or frm3107, frm3108, etc.
Every time I try to change the Source Object of an
unbound subform on my Report in the Detail_OnFormat
Event, I get a 'Run-time error 2191, cannot set the
Source Object property after printing has started.
I need this to happen for each record in the Master
report's record source, and it must happen dynamically.
Any assistance would be greatly appreciated.
Michael
subreports/subforms on single summary page for
each 'DealKey'.
For each 'DealKey', a unique form is generated via code
and named: frm[DealKey], or frm3107, frm3108, etc.
Every time I try to change the Source Object of an
unbound subform on my Report in the Detail_OnFormat
Event, I get a 'Run-time error 2191, cannot set the
Source Object property after printing has started.
I need this to happen for each record in the Master
report's record source, and it must happen dynamically.
Any assistance would be greatly appreciated.
Michael