A few fields in my table store primary keys in other tables. I am creating a report and instead of the text value showing up, it is displaying the ID. How do I make the report retrieve the text value for that ID from the given table? I have created the appropriate relationships with all tables.
Also, I have 2 comboboxes that store a value-list of time values (12:00AM to 11:45PM). Should I store this as a text value in my main table, or the listindex value of the combobox (the values store\retrieve correctly when saving\viewing a record)? I am having the same issue as above with these time values showing in the report, it is showing the listindex of the selected time instead of the text time value. And there is no table to display this time value, since it is a value list combobox.