Oct 6, 2004 #1 alex12 ISP Oct 6, 2004 14 GB To create a relationship between tables without primary keys set up, what would I do? And how what I use unique keys to create relationship? Thanks.
To create a relationship between tables without primary keys set up, what would I do? And how what I use unique keys to create relationship? Thanks.
Oct 6, 2004 #2 mrdenny Programmer May 27, 2002 11,595 You don't need to use the primary key to setup a relationship between tables. It is just the easiest way to do it. Simply create the relationship like you would with a primary key. Denny --Anything is possible. All it takes is a little research. (Me) Upvote 0 Downvote
You don't need to use the primary key to setup a relationship between tables. It is just the easiest way to do it. Simply create the relationship like you would with a primary key. Denny --Anything is possible. All it takes is a little research. (Me)