AndrewWolford
MIS
Hi,
I have a subform (datasheet view) that is tied to a table. In the subform there is a 'combo box' field called "Status." Status is tied to the column "status" in the table. The dropdown is populated with a query "select Status_Name from tbl_status;" Here is what tbl_status looks like:
Status_ID Status_Name
0 OK
1 Duplicate
2 Unknown
My problem is I want the dropdown to display the Status_Name (easier for users), but I want to update the table with Status_ID.
Is there a way to show the status_name in the dropdown, but have the "control source" property tied to the Status_ID? Thanks for the help!
Andrew
I have a subform (datasheet view) that is tied to a table. In the subform there is a 'combo box' field called "Status." Status is tied to the column "status" in the table. The dropdown is populated with a query "select Status_Name from tbl_status;" Here is what tbl_status looks like:
Status_ID Status_Name
0 OK
1 Duplicate
2 Unknown
My problem is I want the dropdown to display the Status_Name (easier for users), but I want to update the table with Status_ID.
Is there a way to show the status_name in the dropdown, but have the "control source" property tied to the Status_ID? Thanks for the help!
Andrew