musson
10-26-2004, 08:15 AM
Create table with Autonumber in MS ACCESS
Hi,
I have a probably simple problem.
I need to create a new table in my MS Access db. I need a primary key with Autonumber.
I need to do this with a SQL expression like.
CREATE TABLE MYTAB
(MY_ID LONG)
But something more is needed to make the MY_ID field autonumber.
Anyone who know how i can make it autonumbering?
Brg
/Musson
Hi,
I have a probably simple problem.
I need to create a new table in my MS Access db. I need a primary key with Autonumber.
I need to do this with a SQL expression like.
CREATE TABLE MYTAB
(MY_ID LONG)
But something more is needed to make the MY_ID field autonumber.
Anyone who know how i can make it autonumbering?
Brg
/Musson