How to save data in lookup field from a combobox

  • Thread starter Mohammad Sibtain Arain
  • Start date
M

Mohammad Sibtain Arain

I want to save data in a lookup field from a combobox, lookup field and combo
data have the same items in the list , furthermore combo box is enabled to
select multiple items from the list
i m not able to do it programatically can anybody explain it how i can do it
i am stuck and getting behind my schdule just cuz of this one issue.
 
J

John W. Vinson

I want to save data in a lookup field from a combobox, lookup field and combo
data have the same items in the list , furthermore combo box is enabled to
select multiple items from the list
i m not able to do it programatically can anybody explain it how i can do it
i am stuck and getting behind my schdule just cuz of this one issue.

Simple solution:

Change the structure of your database so you don't need multivalue fields and
don't need lookup fields.

Instead, use a related Table to store the multiple values. That's what Access
does, under the hood where you can't see it, when you create a multivalue
field. Unfortunately Microsoft doesn't expose that hidden table to view, or
allow you to manipulate it.

As far as I know there is NO way to do what you ask, if you insist on using
these misdesigned and limited features. Fortunately it's been possible to
accomplish your desired end goal - storing the data in tables, and allowing
editing and updating - *without* any use of these features.
 

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