auto generation of primary keys
Database
2
Posts
2
Posters
0
Views
1
Watching
-
how to generate primary keys automatically in SQL Server2000 using enterprise manager
-
how to generate primary keys automatically in SQL Server2000 using enterprise manager
You have to do it yourself. It's not access. Insert a column, right click it and click Set Primary Key. You may also want to make the column autoincrement also. ChrisB