InputBox with ComboBox (1 Viewer)

LadyDi

Registered User.
Local time
Today, 12:34
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?
 

missinglinq

AWF VIP
Local time
Today, 15:34
Joined
Jun 20, 2003
Messages
6,423
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)>
 

isladogs

MVP / VIP
Local time
Today, 20:34
Joined
Jan 14, 2017
Messages
18,257
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

Top Bottom