I have a simple table that i want to insert a new record into
field 1 is the primary key
field 2 is the value
when i insert the record into field 2 how to i add a new primary key number into field 1 (im used to access where you can use autonumber)
primary key datatype is smallint
thanks in advance