Setting or Changing Default Values
You can set or change default values for table fields after you have built your table.
To change an existing default value
In the Table Designer, enter the new value in the Default value box of the Fields tab.
-or-
Use the ALTER TABLE command.
To view the current default value for a field, use the DBGETPROP( ) function; these values are read-only for tables and can only be changed using the ALTER TABLE command.
See Also
Setting or Changing Field-Level or Table Rules | Renaming Fields | Working with Tables | Deleting Fields | Modifying the Table Structure