List box trouble!

angelac

Registered User.
Local time
Today, 07:26
Joined
May 22, 2001
Messages
13
How can I allow a user to select more than one option from a list box and be able to carry the whole selection to the underlying table. When I change the property to allow this, I get a null value. I'm new at access and this is so frustrating! Thanks.
 
I have never successfully done this, but I think what you need is in the Solutions.mdb sample database that comes with Access.

Check out the example titled "Create a listbox that allows you to select and manipulate multiple objects."

HTH, and good luck!
 
I realize that I shouldn't use more than one entry for a field but this is a field that simply lists a person's disabilities and the user would never need to seperate these. They want this simply to save some typing.
Thanks Harmony Girl, but I don't have access to the CD and don't have the examples installed. Any other suggestions?
 
I am having the same problem! In my case, I have one description that may have multiple sub descriptions that apply to to one record. How can I select more than one option from a list box and be able to carry the whole selection to the underlying table? When I change the property to allow this, I get a null value.

If there is a way, whether good to do or not, please share it. Thanks!!!
 
Multiple lists require a separate table linked to the first (one -to - many relationship) and should NOT be stored as one long string in a field or multiple fields in one record.
 
Okay, thanks! I think I got it.

Let me ask: if I have a list box on my form based on table 1 and I link that to table 2 (one-to-many), and I make a multiple selection in the list box, will the selection be stored in table 2 as you suggested?


I give it a try!
 

Users who are viewing this thread

Back
Top Bottom