Controls on drop down lists

S

sooz9

I have a form with drop down lists in which the user selects an item from the
list. The problem I have is that my employee keeps deleting the item from the
list. The drop down list is assocaited with another table so all I do is go
back and retype the item that was deleted to restore the information.

How to I make the drop down lists so the user can still select fromt he
list, but does not have the ability to delete it? When I set controls as
Enabled "yes" and Locked "yes" I can drop down the list but cannot select an
item from the list. When I select enabled "yes" and locked "no" the user can
delete an item from the drop down list.
 
J

Jeanette Cunningham

Hi sooz9,
I just tried to delete an item from a combo's list and it wouldn't delete. I
tried every way I could think of to make the combo delete from its list -
but there was no setting that would allow this.
Where does your combo get its list from? Is it based on a query or a value
list?
Is there some other form that allows records to be deleted and after that
they no longer show up in the drop down?

Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 
C

Chegu Tom

Option #1. TALK to your EMPLOYEE!!!

You must be making your list from a table that your employee uses for some
other purpose and deletes the record while doing something else
Make a separate table for the combobox source and don't tell the employee
where it is.
 

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

Similar Threads

Drop Down List 2
Excel Excel: How do I put a formula in a drop down list 11
VB Code for Drop Down List 2
Show all records 12
Drop down list 4
Drop down list 8
Drop-down list and error message 1
List Box Help 1

Top