Create a field for numbers or currency

See Also

1. Open the table in Design View

2. Select the Field.gif Fields tab

3. To insert a field within the table, click in the row below where you want to add the field, and then select FieldInsert.gif Insert from the Field menu, or right-click on the field and select FieldInsert.gif Insert
To add a field at the end of the table, select FieldInsert.gif Add from the Field menu, or right-click in the fields grid and select FieldInsert.gif Add

4. In the Name column enter the name of the field

5. In the Type column click the arrow and select TINYINT, SMALLINT, MEDIUMINT, INT, INTEGER or BIGINT for integer type fields
OR
select REAL, DOUBLE, FLOAT, DECIMAL or NUMERIC for floating point fields
For more information on MySQL field types, click