Creating Portals
Portals are tools for accessing multiple records in another table without having to actually copy the data. They are a supercharged alternative to creating a relationship and placing a source table field in a receiver table's layout.Using a portal, you can display fields from all of another table's related records without duplicating information or bloating a database with information that lives in another place. Take our two example tables, Customer and Sales. You could create a portal in the Customer table to list all of the purchases made by each customer. Once you have a portal, you can use it to create new records in a related field. (See "Creating Related Data with Portals" later in this chapter for more details.)
To create a portal
1 .Go to the current table layout where the portal will be added and switch to Layout mode (Control+L/Command+L).Make sure the layout has enough room for the portal (Figure 6.26). If it doesn't, drag the Body tab down to resize the part.
Figure 6.26. If you need more room in a layout to add a portal, drag the Body tab down to enlarge the part.
[View full size image]

Figure 6.27. Choose a table occurrence to display records from another table.

Figure 6.28. Add a scroll bar so the user can access all records regardless of the number of portal rows you choose.

Figure 6.29. Select the fields your portal will display, then arrange their order in the right column.

Figure 6.30. In Browse mode, all the relevant records will appear in your portal window.
[View full size image]

113 in "To create a serial number match field") before you create the portal in your layout.