J
John Smith
I have a form that I want add a combo box to that will display one
field and record a different field in the actual table. In other words
....
One of the fields in my table, "Clients", is Ethnicity. I want to
create a combo box on the data entry form for that table that displays
values from a table called "Ethnicity". I want the drop down menu to
display Ethnicity.description. However, when an ethnicity is selected,
I want the Ethnicity.ID_numb for the respective row to be recorded in
the database. (It's a less complex field to query on.)
I am using MS Access 2002 and MySQL through ODBC. Any suggestions on
how to do this?
-john smith
field and record a different field in the actual table. In other words
....
One of the fields in my table, "Clients", is Ethnicity. I want to
create a combo box on the data entry form for that table that displays
values from a table called "Ethnicity". I want the drop down menu to
display Ethnicity.description. However, when an ethnicity is selected,
I want the Ethnicity.ID_numb for the respective row to be recorded in
the database. (It's a less complex field to query on.)
I am using MS Access 2002 and MySQL through ODBC. Any suggestions on
how to do this?
-john smith