I've been working on a database in Access and have managed to complete confuse myself. The relevant details are:
Main table: ID, License1, License 2, License 3, License 4
License table: ID, License-type
The licenses in the main table refer to ID numbers in the license table so an average entry in the main table might be 1, 2, 3, 1, 8 . I want to create a query so that when you load it, it displays the data with the license type so for example :
1, exclusive, non-exclusive, x, y
2, non-exclusive, x, exclusive, y
I've created relationships between license 1, 2, 3 and 4 and the license ID, but can't work out how to create the query to get the data in a query as I'd like. Any ideas?
Main table: ID, License1, License 2, License 3, License 4
License table: ID, License-type
The licenses in the main table refer to ID numbers in the license table so an average entry in the main table might be 1, 2, 3, 1, 8 . I want to create a query so that when you load it, it displays the data with the license type so for example :
1, exclusive, non-exclusive, x, y
2, non-exclusive, x, exclusive, y
I've created relationships between license 1, 2, 3 and 4 and the license ID, but can't work out how to create the query to get the data in a query as I'd like. Any ideas?