Drop down list edit

A

acss

I have a drop down list on one of my forms that contains description
selections for end users to pick from. The problem is that the field can not
be edited and should a product description change then end user can not key
in correct information. Is it possable to have an editable drop down list?
 
F

fredg

I have a drop down list on one of my forms that contains description
selections for end users to pick from. The problem is that the field can not
be edited and should a product description change then end user can not key
in correct information. Is it possable to have an editable drop down list?


What is the rowsource of your combo box?
Table/Query?
All you need do is edit the table (using a form, of course) which is
used as the rowsource of your combo box.

If this isn't the information you need, then you'll need to post back
with more information.
 
E

Evi

It's best if you use some NotInList code so that a form opens allowing the
user to edit data. This gives you more control on what the user enters. A
list that can be edited has lost some of its usefulness in ensuring that
data remains uniform.
Evi
 

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