No AutoNumber in ADP tables?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

There seems to be no equivalent to the MDP column setting AutoNumber in
Access Projects. But, Access gets cranky if I try to design a table without
a primary key. How do I get around this?
 
Hi, Allen.
There seems to be no equivalent to the MDP column setting AutoNumber in
Access Projects.

It's called an Identity column in SQL Server. For more information on
Identity columns, check the BOL.
But, Access gets cranky if I try to design a table without
a primary key. How do I get around this?

The natural key can be used as the primary key, even if the natural key is a
composite key, not a single column. Many database developers have never
used surrogate keys in their lives, and they build efficient, effective
databases.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top