blackdevil1979 Level: Whizz Kid
 Registered: 09-09-2004 Posts: 18
|
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:
quote: 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
____________________________
The sun does not shine for a few trees and flowers, but for the wide world's joy - Henry Ward Beecher
|