I have a combo box and have two columns
ID and task
1 ShipItem
2 SellItem
3 BoughItem
I have the bound column set to 2. I want to see SellItem if I choose the second one from above
But I see a number 2 in the box not the word SellItem
How can I make it show "SellItem" instead?
We want to be able to key a number 1 to 3 but see the words ShipItem, SellItem or BoughItem.
DougP, MCP, A+
ID and task
1 ShipItem
2 SellItem
3 BoughItem
I have the bound column set to 2. I want to see SellItem if I choose the second one from above
But I see a number 2 in the box not the word SellItem
How can I make it show "SellItem" instead?
We want to be able to key a number 1 to 3 but see the words ShipItem, SellItem or BoughItem.
DougP, MCP, A+