Limit to list set to no does not work for non-owner

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a combobox that displays a list of fee values (numbers) that is
pulling from a look up table containing one column. Users need to be able to
enter a value not in the list, so limit to list is set to no. The combobox
works as designed for me, the owner of the database. When another user tries
to enter a value not in the list, they receive "The text you entered isn't an
item in the list" error. This is a multi-user networked application split
into a front end and a back end. Users are defined in the mdw file. I have
given the non-owner user every permission available in both the back end and
the front end and included them in groups that have administer privileges,
but they still cannot add a new value to the combobox. I have the combobox
bound to the first (and only column). What gives?
 
Wayne, thanks for your assistance. I just found code that the previous
programmer had tucked away that was setting limit to list to true. I'll fix
that!
 
Back
Top