ARCHIBUS Smart Client

Selecting Validated Data

In a project database, database tables may contain validated fields—fields that must be completed with values that already exist in another database table (a validating table). Validated fields help maintain data integrity by ensuring that you enter appropriate values for database fields.

For example, the project database can contain a Rooms table and a Divisions table, and the Rooms table can contain a Division Code field, which assigns each room to a division. When you complete the Division Code field for a Room record, ARCHIBUS checks that the value you enter for Division Code is a value in the Divisions table.

For the Division Code field of the Rooms table, there are no values that do not exist in the Division Code field of the Divisions table.

By default, ARCHIBUS grids display the values of a table's validated fields in blue. When working with a table that already has records, you can easily tell which fields are validated because ARCHIBUS displays their values in blue. When adding new records in a grid view, if a field is validated, the field includes a selection list of the validated values, the select values list. You access the select values list by selecting the cell, and then clicking the arrow that appears.

If needed, you can filter the Select Values list by typing in the filter row.

The following image shows the select values list for the Building Code field.

Select Values list for the Buildiong Code field

How the Select Values List Works

The Select Values dialog is designed to reduce errors and to facilitate data entry. It does this by restricting the list to show only values that are related to your previous selections:

Selecting Validated Fields

To complete a validated field

  1. Move the cursor to the validated field's cell and double-click the arrow.  

    ARCHIBUS presents a list of the records in the validating table. For each record, it lists the identifying primary key and a descriptive field.
  1. If needed, you can use the filter row to restrict the list to show only selections matching the criterion you enter. As you type in the Filter row the screen refreshes to show only records matching your entry.
  2. Select the appropriate value by clicking on it.  
    The grid appears showing the selected value in the field.
  3. Press TAB to move off the validated field and to the grid's next cell.

See Also

Editing Data and Saving Changes