D
DIOS
Im developing in Access2000 and I have a form with 20 textboxes
and 5 command buttons.
First attempt is to print the form in portrait mode and make all the
command buttons invisble. I have used Me.WindowWidh and .InnerWidth
to resize the forms width but it doesnt seem to work as it seems the
entire form is being printed. I thought that by making the controls invisble
and making their .Left property as 0 i would be bale to shorten the width
and that way the entire form would print on one sheet of paper.
Second attempt was to programatically set the priner to print in landscape
but it seems that Access2000 does not support that feature. Does anyone
have some code that would let me do this?
Thanx
AGP
and 5 command buttons.
First attempt is to print the form in portrait mode and make all the
command buttons invisble. I have used Me.WindowWidh and .InnerWidth
to resize the forms width but it doesnt seem to work as it seems the
entire form is being printed. I thought that by making the controls invisble
and making their .Left property as 0 i would be bale to shorten the width
and that way the entire form would print on one sheet of paper.
Second attempt was to programatically set the priner to print in landscape
but it seems that Access2000 does not support that feature. Does anyone
have some code that would let me do this?
Thanx
AGP