Subforms?

teiben

Registered User.
Local time
Today, 20:56
Joined
Jun 20, 2002
Messages
462
Been away from access for a while; I have a form with a control (listbox, checkbox, combo box) in which I want my user to select multiple items; Initially i have all possibilities coming from a table w/checkbox, but I've it wasn't normalized that way, so i created a tbl call LOB.
Now I'm unsure of what type of control to use, listboxs don't support multiple selections nor does comboboxes, so that leaves subform?
any other idea?
:)
 
Not sure why you think listboxes don't support multiple selections, as they are the most common tool used to allow multiple selections. In the listbox properties on the Other tab should be a Multi Select property.
 
Thanks Paul but I started off trying a listboxes w/multi select set at "extended" and it wouldn't store multiple values, only one value.
HELP
 
thats the Problem, I don't want to store multiple values in a field & multi-select listbox won't store anything directly.....so what are my alternatives?
thinking subform w/lots of checkboxes (which will allow multiple selections) and values (from an ID in a table) are bound to another table
 

Users who are viewing this thread

Back
Top Bottom