Hi.
Is it ok to not have a primary key for mailing lists?
If:
1.) This is a temporary table that you are going to delete during the
current session; and
2.) This table has no relationship with any other table in the database; and
3.) You aren't worried about duplicate entries
.... then you can probably get away with not adding a primary key.
However, if you are going to keep this table in the database for any length
of time beyond today, or this table has a relationship with any other table,
or you need to prevent duplicate entries, then you should probably have a
primary key on this table.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.