InputBox with ComboBox

LadyDi

Registered User.
Local time
Today, 10:03
Joined
Mar 29, 2007
Messages
894
Is it possible for an InputBox to have a ComboBox instead of just an open text field?

I would like to utilize the InputBox functionality, but I would like to limit the user on what can be entered (I don't just want a free form field). Is there a way to give the user specific options to enter when using an inputbox?
 
The whole point of using a Combobox is to 'limit the user on what can be entered.'

What 'InputBox functionality' are you talking about that can't be accomplished using a standard Combobox?

Linq ;0)>
 
Is it possible for an InputBox to have a ComboBox instead of just an open text field?
No

I would like to utilize the InputBox functionality, but I would like to limit the user on what can be entered (I don't just want a free form field). Is there a way to give the user specific options to enter when using an inputbox?

So use a combo box & set Limit to List = Yes
 

Users who are viewing this thread

Back
Top Bottom