How do I make my sql table create an autonumber ID via a a field name called TableID. What should all the components/properties be? I am trying to append using Access interface, and cannot get a record to add at the end of the table....
If it's in SQL you need to go into the design of the table and click on the field you want to act like an autonumber. Down the bottom of the design page you will have to set
Identity = yes
Identity seed = 1
If it's an Access table you need to define it as an Autonumber.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.