Can the primary key in access be used in numerous tables?

D

Douglas J. Steele

I'm sorry: your question really doesn't make any sense.

There isn't a single "primary key" in Access that you'd share. Each table
should have its own primary key.
 
M

mcnews

Can the primary key in access be used in numerous tables?

all of your tables could have the same column name and it could be
used as a primary key in each of those tables - if it makes sense to
do so.
typically you'd have a primary key that foreign key relationship with
other tables.
 
Top