how do u make a foreign key

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

Guest

i understand what a foreign key is. i have forgotten how to assign one. pls
advise. thank u to whomever respnds. (university student).
 
i understand what a foreign key is. i have forgotten how to assign one. pls
advise. thank u to whomever respnds. (university student).

Simply use the Relationships Window and create a relationship from the
Primary Key of the "one" side table to the appropriate field of the
same datatype (Long Integer if the primary key is an autonumber).

There is nothing special in table design view to indicate that a field
is being used as a foreign key; it's not a property of the table or of
the field, so much as how the field is being used.

John W. Vinson[MVP]
 

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

Similar Threads

composite keys and foreign keys 3
how do u make a foreign key 2
What is a foreign key? 1
Foreign keys 1
Help with foreign keys 3
Relationships and Keys 18
Setting foreign key as index 10
foreign key 4

Back
Top