Creating a New Field

C

carl

I am trying to create the first field below:

ID Code
1 A
2 B
3 C
4 D
5 E

Thank you in advance
 
K

KARL DEWEY

You can add an autonumber field. You can then change it to a number field or
text if you want.
 
K

KARL DEWEY

Open the table in Design View.
Click on menu INSERT - Rows.
Type in field name.
In Datatype type the letter a and Autonumber will appear.
Save.
 
Top