I am attempting to show the status of an order in my report (confirmed, work in progress, waiting on finance, etc). These "status" entries are read off tblOrdersDetails, where they are listed by their StatusID- a serial number from 1 to 7. This serial number is linked to the actual status (confirmed, work in progress, waiting on finance, etc) on a separate table.
My attempts to show this status on a report with combo boxes and list boxes have resulted in the StatusID serial number being displayed. How can I display the text status (confirmed yadda yadda) instead?
My attempts to show this status on a report with combo boxes and list boxes have resulted in the StatusID serial number being displayed. How can I display the text status (confirmed yadda yadda) instead?