Combo Box

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

Guest

I would like to find out which property I need to set so users can not type
in a combo box but only select the text in the predefined list.
 
Darren,

Set the Limit to List property to Yes. This won't stop users from
typing, but typed values which don't exist in the list aren't accepted.
The typing is a good-to-have feature, in that it offers look ahead
functionality (when Limit to List is on), and can be very useful in the
case of lond lists with hundreds or thousands or rows (e.g. customer names).

HTH,
Nikos
 

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

Back
Top