I have a combo Box on a form the CB row source is a table with about 50
codes
and a text field that holds a text description of what the code means.
This
CB is used to select an agency code that corresponnds to the agency name.
This avoid any data entry error. Now the problem. When you scroll through
the
records on the forms' CB you can see all the correct codes, but when I
open
the table that is populated by the CB I see code that don't make any
sense.
They do not correspond to what is seen on the form. Why are they
different?
How can I fix this? I need this fixed in order to create a re****t from the
data in the table.
Thanks