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

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top