Hello,
I have a table that has foreign keys to other tables. For example, the picture below shows a status code of 3. That is what is in the status code column of the locations table. It is a foreign key to the status table. A three in the status table is "Standalone".
I noticed in the db reader there is a tab to set up relationships. Does that mean I can set up a relationship to the status table and have "Standalone" print out instead of a 3? If so, how would I configure the db reader to do this? In this example the status_loc column in the locations table is the foreign key to the equip_status_id (primary key) in the status table.
[attachment=0]db relations.jpg[/attachment]
Hope this makes some sense.
Thanks for your assistance.
I have a table that has foreign keys to other tables. For example, the picture below shows a status code of 3. That is what is in the status code column of the locations table. It is a foreign key to the status table. A three in the status table is "Standalone".
I noticed in the db reader there is a tab to set up relationships. Does that mean I can set up a relationship to the status table and have "Standalone" print out instead of a 3? If so, how would I configure the db reader to do this? In this example the status_loc column in the locations table is the foreign key to the equip_status_id (primary key) in the status table.
[attachment=0]db relations.jpg[/attachment]
Hope this makes some sense.
Thanks for your assistance.