I have two tables. One table contains name_id, first_name and last_name. A form inputs information into the other table which also contains name_id.
I use a combo box in the form containing name_id, first_name and last_name from the first table. I want this selection to update the name_id field in the second table, but I get an error stating that I am trying to put text in a numeric field.
I use a combo box in the form containing name_id, first_name and last_name from the first table. I want this selection to update the name_id field in the second table, but I get an error stating that I am trying to put text in a numeric field.