Hi,
I have 2 tables A and B. A table has a field that is a combo box obtained from a query from another table say C.
Table B is an import from excell and so I intend to populate table A with it. Im able to update other fields on table A but not this particular field that is a combo box.
Is it even possible to run an update query that would update field from B which is a text field to the matching field on A that is a combo box of type number. Although the field on A is a number field and combo box, it shows text as its contents. I suppose this is because of its bounding...so a text could show up representing the data/column it is bounded to.
I know right off the bat that a number field and text field will not work on an update query....
What might be the solution to get this data onto table combo field A from a text field B ?
Thanks.
I have 2 tables A and B. A table has a field that is a combo box obtained from a query from another table say C.
Table B is an import from excell and so I intend to populate table A with it. Im able to update other fields on table A but not this particular field that is a combo box.
Is it even possible to run an update query that would update field from B which is a text field to the matching field on A that is a combo box of type number. Although the field on A is a number field and combo box, it shows text as its contents. I suppose this is because of its bounding...so a text could show up representing the data/column it is bounded to.
I know right off the bat that a number field and text field will not work on an update query....
What might be the solution to get this data onto table combo field A from a text field B ?
Thanks.