I'm using a combo box to auto complete old data.
but when I want to use this data, I can't because it being stored as numbers, and not as the data it self...
any ideas how to change it ?
thanks in advance..
Idan
I'm using a combo box to auto complete old data.
but when I want to use this data, I can't because it being stored as numbers, and not as the data it self...
any ideas how to change it ?
thanks in advance..
Idan
Welcome to AccessForums.Net. What stores is the BOUND column of the ComboBox. Properly joined, storing numbers usually works out just fine. What do your tables look like and what is the SQL for the RowSource of the cbo?