Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Access dropdown list
Name: kak Date: October 31, 2005 at 13:41:37 Pacific OS: Windows XP CPU/Ram: Pentium 4
Comment:
Hi,
I'm making an access database to show a dropdown list of some times. My question is how it's possible to select more than one item from this dropdown list at once. If this is not doable, what alternative method I can use?
Name: egkenny Date: November 1, 2005 at 08:44:47 Pacific
Reply:
In design mode you need to change the Multi Select Property
Options for Multi Select Property: None = single selection only (default) Simple = more than one selections allowed Extended = same as simple but allows multisection by dragging mouse
0
Response Number 2
Name: kak Date: November 8, 2005 at 03:37:07 Pacific
Reply:
I've have tried to change the multi select property but simply I cannot find it. Please tell me how to modify the setting.
Summary: Hi, I have dropdown list, which is bound to one of the fields in my database and a labelbox. I want to change the message lable's value every time the user selects a different value on the dropdown li...
Summary: use the data component from general tool bar, looks like to arrows with 2 field underneath it, says data on mouse over. add that to your form and set the connect property to access 2000 and set the da...
Summary: I have a web page with two frames, 'nav' and 'main'. In one frame I have a dropdown list, what I need to do is display a web page when the user makes a selection from dropdown list. Also I need not ...