Add two new rows of data to the Users table.
Note Press the Enter key or select a different row in the
data grid to commit a new row to the database.
Note The UserID column is configured to auto-increment (starting
at 1 and incrementing by 1). The database automatically
determines and assigns the next value for an auto-increment field when a
new row is committed to the database. Auto-increment field values are
read-only in the Edit Table dialog data grid and will have a
negative value until the new row is added to the database.
Note Click the Edit/View Table Design link at the bottom
of the Edit Table dialog to view the table definition while in edit
mode. You cannot edit a table definition if there is data in the table.