5 |
Configure the Filter area so that the values of a table column are checked against the value of the search page's corresponding URL parameter. |
|
Choose a table column from the Filter pop-up menu. If your search page asks for an employee's last name, choose the appropriate column (in this case LASTNAME). This ensures that the results page will include only those values that match the search parameter. |
|
From the pop-up menu beside the first menu, choose the equal sign. (It should be the default.) |
|
From the third pop-up menu, choose URL Parameter. (It should be the default.) |
|
In the last text box, enter the name of the form object used to collect the search parameter on the search page. If your search form uses a text field to conduct the search, this is the name of the text field. |
|
You can get the name of the search text field by switching back to your search page and viewing the text field's Property inspector (Window > Properties). |
|
Here is the search form text field's Property inspector. |
|
|