Hello,
I have two existing tables with related data. Neither table has unique field that can be used as a Primary key field with a corresponding field in the other table. I need to relate these two tables so I can extract certain data from each, in one query.
How do I create a "Junction table". Both the above tables have a primary key created with auto number. I know the "junction table" needs to be made of primary keys from the host tables. When I create the "junction table" how do I populate it with the data from the other two tables and how do I create the junction?
I have two existing tables with related data. Neither table has unique field that can be used as a Primary key field with a corresponding field in the other table. I need to relate these two tables so I can extract certain data from each, in one query.
How do I create a "Junction table". Both the above tables have a primary key created with auto number. I know the "junction table" needs to be made of primary keys from the host tables. When I create the "junction table" how do I populate it with the data from the other two tables and how do I create the junction?