Query combobox unbound column

B

Bon

Does anyone know if it is possible to run an append query referencing a
column in a combobox. In otherwords, my combobox is bound to column 0 - ID
and column 1 is the name. I want to append it to another table as the name,
not ID?

Thanks in advance,

Bonnie
 
D

Duane Hookom

Typically you would create a hidden text box like:
Name: txtTheName
Control Source: =ComboBox.Column(n)
Visible: No

Then reference txtTheName in place of the unbound column.

Duane Hookom
MS Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top