You can use the Orientation property to specify or determine the view orientation for tables, queries, forms, and reports.
Setting
The Orientation property uses the following settings.
Setting | Visual Basic | Description | |
---|---|---|---|
Left-to-Right | 0 | Sets the view orientation to left to right. | |
Right-to-Left | 1 | Sets the view orientation to right to left. |
You can set this property by using the property sheet or Visual Basic.
Remarks
The Orientation property directly influences how tables and queries are displayed, The appearance of forms and reports is initially determined by the Orientation property, but you can subsequently change controls and the layout of menu bars.