A view reference is a link between a parent table or view and a child table or view. It is used to define a set of predefined joins between the columns of the parent and the child table or view.
View references are not generated in the database.
Example
Table Orders is the parent of view Customer_Order.
Creating a View Reference
You can create a view reference between two views or between a table and a view. A view reference cannot link two tables.
View Reference Properties
You can modify an object's properties from its property sheet. To open a view reference property sheet, double-click its diagram symbol or its Browser entry in the View References folder.
Defining View Reference Joins
A join is a link between a column in a parent table or view and a column in a child table or view that is defined within a view reference.