Conditional inputs...

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I hope someone can possibly help me with a problem...

If a list of options within a linked combo textbox of a
form is NOT available but the user is still required to
enter info into the textbox, is there a way to have the
user 'manually type' that info into the textbox without it
interfering with the normal function of the linked
textbox?

Thanks a million for any insight or help given!
 
What do you mean, the list of options is "not available"?

If you mean, "Can a user type in to a combo box, a value that is not in the
dropdown list?", the answer is yes: just set the LimitToList property of the
combo box, to False.

HTH,
TC
 
Back
Top