Greetings!
I am trying to create forms to interact with a database i made to track usage of assets. In my tables i have linked many of my assets to each other by using their unique ID numbers. For instance the ID number of my assets are linked to a foreign key in a locations table. This way i was hoping to be able to find out which assets that was at the different locations at a given time. However, a form based on the tblAssets will then only include the foreign key which is a number and incomprehensible to a user. How can i make the form change this foreign key to the location name linked to the ID in tblLocations?
I am trying to create forms to interact with a database i made to track usage of assets. In my tables i have linked many of my assets to each other by using their unique ID numbers. For instance the ID number of my assets are linked to a foreign key in a locations table. This way i was hoping to be able to find out which assets that was at the different locations at a given time. However, a form based on the tblAssets will then only include the foreign key which is a number and incomprehensible to a user. How can i make the form change this foreign key to the location name linked to the ID in tblLocations?