Drop down list edit

  • Thread starter Thread starter acss
  • Start date Start date
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?
 
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.
 
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
 
Back
Top