I have a field as primary and unique. I try to INSERT INTO [table1] VALUES (null,...). It will not automatically jump to the next available number. Is there a Auto-Increment feature in Access and how do I use it?
I have a field as primary and unique. I try to INSERT INTO [table1] VALUES (null,...). It will not automatically jump to the next available number. Is there a Auto-Increment feature in Access and how do I use it?
Well, there's an Autonumber data type. See if that does what you want (you wouldn't include the field in your SQL).