Dropdown boxes showing foreign keys in browse windows
Posted: Fri Oct 23, 2015 1:35 am
Hello,
I have 5 tables.
My main table is Ticker with fields for author(txt), ticker(txt), department(dropdown), priority(dropdown) and status(dropdown)
I have tables for department, priority, and status that each have their records for the available choices.
On the edit form for Ticker, I can see the values that were chosen, but on the browse table, I see the goggligook letters for the foreign key id that is sitting in Ticker instead of the values in the related table.
Is there an easy way to configure this so I see what I want on the browse screen?
I saw an example in a tutorial, but it was pulling data from a "hardcoded" list (1|Hello, 2|Goodbye)
I thought it would be SELECT department from table_department where department_id = #department_id# or something similiar in the little display box on the browse tab for the form, and tried a few different things, but can't figure it out.
Thanks to everybody who reads this and possibly helps me out.
I have 5 tables.
My main table is Ticker with fields for author(txt), ticker(txt), department(dropdown), priority(dropdown) and status(dropdown)
I have tables for department, priority, and status that each have their records for the available choices.
On the edit form for Ticker, I can see the values that were chosen, but on the browse table, I see the goggligook letters for the foreign key id that is sitting in Ticker instead of the values in the related table.
Is there an easy way to configure this so I see what I want on the browse screen?
I saw an example in a tutorial, but it was pulling data from a "hardcoded" list (1|Hello, 2|Goodbye)
I thought it would be SELECT department from table_department where department_id = #department_id# or something similiar in the little display box on the browse tab for the form, and tried a few different things, but can't figure it out.
Thanks to everybody who reads this and possibly helps me out.