To create a new table that contains location data, follow the steps below:

  1. Open the Tables window
  2. In the Tables tab, right-click and select Insert
    This opens a dialog box
    • For the purposes of this example, the table does not yet exist in the database.
      In which case, in the Insert dialog box, click the radio button beside New.
  3. Click the arrow to open the drop-down list and select Location
  4. Enter the internal name of the new table in the text field in the lower part of the dialog box
  5. Click OK
    This closes the dialog box and adds a new record to the table

    Note: The table is not actually created in the database yet.

  6. In the new record, enter the name of the new table in the Table Label column and, optionally, any additional information in the Comments column
  7. Click the Columns tab to display the default columns for any table (comments, user ID, and user update date)
  8. Right-click the table in the Columns tab and then select the appropriate command:
    • Add New Column if the column does not exist in the database 
    • Add Existing Column if the column does exist
  9. Repeat the previous step for each column
  10. If desired, click the Index tab and create an index for the table
    Please read Create an Index for a Table for more information
  11. Select the Tables tab
  12. Right-click the record for the new table and select Apply Changes.
    This creates the table in the database with the columns specified in the Columns tab
  13. Click Save
  • No labels