combo Box Problem

  • Thread starter Thread starter Joe Williams
  • Start date Start date
J

Joe Williams

I have a combo box that selects a record on my form and moves to that
record. I also have user security set up such that one group of users can
edit and add data and another group cannot. The problem that I am having is
that if I set the table properties to READ ONLY for the group that shouldnot
be able to change records, they are uinable to use the combo box to move
between records. (It will let you see the drop down list but when you try to
click on a choice to bring up a new record it does not register)

The people with WRITE access to the table do not have this issue.

How do I allow read only people to utilize the combo box to move between
records?

Thanks

-joe
 
Joe

Look at the Help for the Locked Property of the Combo
Box. This makes the combo Read-Only, Enabled allows or
prevent access and Visible speakes for itself

Hope this helps

Gordon Dale
 
Back
Top