Auto Fill Field

M

Marco

Hi Everyone
I have a Text Field currently with a default of :

"Option XXX/Option XXX/Option XXX/Option XXX"

The "X"'s are variables of which there are 5 different combinations. I
would like to have a 5 buttons next to this field that I can select
which combination to auto-fill.

What would be the easiest way to accomplish this and keep the field
with the ability for free typing.

best Regards

Marco
www.classactinsurance.com
 
G

George Nicholson

Why not make it a combobox?

RowSourceType: Value List
RowSource: "Option ABC";"Option DEF";"Option GHI";"Option JKL"
LimitToList: No (allowing free text entries)

HTH,
 

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