How to get multiple options into a text box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am trying to get multiple options into a text box. Ideally, these options
would come from user-edited choices in a table called tblLimits.

On a driver data form, when the "Limits" textbox gets focus, the options
would appear, derived from the tblLimits, and each potential limit would have
a checkbox next to it.

The user could select none, or up to 4 choices, and all these choices would
be added to the textbox and saved in the driver data table.

It seems that combo boxes, or listboxes just allow one selection, but I need
more. Is this possible?
THank you,
Karl
 
Karl,
Listboxes have a Multi-Select property that allow you to choose more than 1 item from
the list. See MultiSelect in Help.
--
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions

"Find a job that you love, and you'll never work a day in your life."
 
Back
Top