I am trying to display a text ticket status in a combo on a continuous form. The control source for the combo box is the TicketStat field of table “tblTicketStatus”. The values in the TicketStat field are the primary keys for the option ticket status table. (Example: The control source display 1 or 2, where 1 is the ID for “Open” and 2 is the ID for closed”). The record source runs a query that pulls the TicketStat field values (text) from the option ticket status table.
Can you take a look at the attached database and help me figure out the problem?