M
Maria
Please excuse my lack of experience – I am just starting to program in
Access. I am using Access 2003 – not sure if this is important to know.
I have a DB with 3 forms y 4 tables.
The form “fmProductos†contains Combo Boxes to display data for the user.
The Combo Boxes show up and the data within shows as well.
When the user selects a data value and saves the form, what actually appears
in the "tblProductos" is a Number and NOT the Text.
Form used: fmProducts
Combo Boxes – Marca, MaqTipo, Modelo, Combustible
Values of ComboBoxes taken from tblValorParaCampos
Table to store record: tblProductos
Data for the Combo Boxes uses the “tblValorParaCampos†table and each
Combo box is bound using their respectful “Row Source†properties.
Again, this method works – there is no issue with the Combo Boxes being
populated with data – it works properly.
However, as stated above - the value that is then stored in the
"tblProductos" is a number and NOT the actual text.
What am I missing? How do I get the actual text to be listed in the table
as opposed to the number that represents the selection of the user.
Thank you in advance
Maria
Access. I am using Access 2003 – not sure if this is important to know.
I have a DB with 3 forms y 4 tables.
The form “fmProductos†contains Combo Boxes to display data for the user.
The Combo Boxes show up and the data within shows as well.
When the user selects a data value and saves the form, what actually appears
in the "tblProductos" is a Number and NOT the Text.
Form used: fmProducts
Combo Boxes – Marca, MaqTipo, Modelo, Combustible
Values of ComboBoxes taken from tblValorParaCampos
Table to store record: tblProductos
Data for the Combo Boxes uses the “tblValorParaCampos†table and each
Combo box is bound using their respectful “Row Source†properties.
Again, this method works – there is no issue with the Combo Boxes being
populated with data – it works properly.
However, as stated above - the value that is then stored in the
"tblProductos" is a number and NOT the actual text.
What am I missing? How do I get the actual text to be listed in the table
as opposed to the number that represents the selection of the user.
Thank you in advance
Maria