|
-
Sep 8th, 2004, 09:24 PM
#1
Thread Starter
Member
Data Report:Orientation
Hi,
I want to adjust my data report to be landscape type of Orientation. But the problem is most code that i found is as below:
With myRpt
.Hide
.Orientation = rptOrientLandscape
.refresh
.show
End With
However, when i tried it, it keep coming out the same error message variable not defined and pointed to --> rptOrientLandscape.
Can someone help me? Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|