Greetings
Here is an odd event, I've created a combo box with values from
a field in another table. I Used ADO to save the value to another table.
Instead of saving the (Name) value, it saved the number value.
Ex. I picked the forth name listed, it would save the number 4
instead or the persons name shown

. Here is the code:
Rst.Fields("TOTALEngr") = cboTOTALEng.Value
What is going on here and how can I fix this?
Thanks
John Paul Hailey