J
James
How do I change the source code of a subreport using vba
when a report loads?
Many thanks
J
when a report loads?
Many thanks
J
James said:How do I change the source code of a subreport using vba
when a report loads?
Yes sorry source code. But how do I change the subreports
source code from the main report? What I mean is how do i
use the OnOpen event for a subreport?
Ive tried adding it just to the OnOpen section on the
report but when its opened from another report it comes
up with the error that it cant be changed when printing
has started.
So i was wondering if there was a way of doing it from
the main report such as Reports!Subreport.recordsource
= ? This however comes up with an error aswell saying I
cant assign a value.