You can use the Report Writer to view information about virtual tables in the current dictionary. Use the following procedure to do so.
On the Report Writer toolbar, choose Virtual Tables from the Tables menu. The Virtual Tables window will open. Select a virtual table and click open.
Select the Tables tab in the Virtual Table Definition window to view the list of standard tables from which the virtual table is accessing data. You may find it useful to examine virtual tables to find out where various types of information are stored in the database.
Select the Tables tab to display a list of the fields that are included in the virtual table. These are typically a subset of the fields in the member tables, and are the only fields you can use from the virtual table.
Select the Keys tab to display the keys available for accessing information from the virtual table. Only keys from the primary table can be used. Often, only a subset of keys is made available for the virtual table.
Select the Relationships tab to view information about how the member tables are related to each other. You may find this information useful if you need to create table relationships for other tables in the application.