ComboBox Help

M

MikeyG

I have a combobox setup in access and am trying to get it set so when I
select one of the selections from the list that this selection stays in
the one-line combobox because it was the chosen option. Could someone
please help me to write the event procedure code for this...the
combobox is named PickMod.

Thanks
 
D

Damon Heron

Not sure exactly what you want... If you set the row source type property
to the table/query and the row source to the table that you have the data
in, then when user selects from the list, that item will remain in the combo
box field. Leave control source blank. The Wizard will help you thru all of
this, when you add a new combobox to the form...

Damon
 

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