T
taccea
I have an access 2000 main report with 3 subreports,
one on the header/detail/and footer bands.
They all print ok, except the at one on the detasection is actually lanscape
orientation that is 11x8.5". and of course it is being truncated because the
main report window is 8.5x11.
I tried the onpage event and put
if [page] > 1 then
section[0].width = 10.5
endif
but it says the width is not a member.
Any pointers appreciated.
taccea
one on the header/detail/and footer bands.
They all print ok, except the at one on the detasection is actually lanscape
orientation that is 11x8.5". and of course it is being truncated because the
main report window is 8.5x11.
I tried the onpage event and put
if [page] > 1 then
section[0].width = 10.5
endif
but it says the width is not a member.
Any pointers appreciated.
taccea