Conditional inputs...

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!
 
T

TC

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
 

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

Top