Combo box fields

B

Brian C

If I setup a combo box can the user only select values
from the dropdown or could they enter data directly? Can I
set this property?

Thanks in advance.
 
C

Cheryl Fischer

This is optional depending on how you set the Limit to List property of the
combo box. If it is set to 'Yes', the user may select *only* from the
values found in the combo box and will receive an error message if he or she
attempts to enter some other value.
 
Top