>Is there anyway to create a table with out a primary key?
yes, that IS possible.
however, you should NOT create a table without a primary key.
the error you get is that either you tried to create the table with more than 1 autonumber field, or with a autonumber field that is not defined as primary key.
Main Topics
Browse All Topics





by: markhoyPosted on 2008-01-21 at 07:23:10ID: 20706617
Are you using a script to create the table? Can you post it if you are?