Cascading Combo Box with multiselect option?
Hello Bob...I'm fairly new to the developing end of Access. After reading this thread, I'm almost certain that the cascading combo box is what I need; however, I'd also like for the end choice to be multi-select. Is this possible?
What I want to do is very similiar to ianking whereas I want the 1st list (in my case it's a list of Skill categories...i.e. Administrative Services, Computer Programming, etc.) which when a selection is made, another list opens...(i.e. if Adm. Services is selected, the 2nd list would include MS Excel, MS Word, MS Access, MS Powerpoint, MS FrontPage, etc.). The difference here from what ianking wanted is that I would also need for the user to be able to select multiple items from this 2nd list...i.e. MS Excel AND, MS Word, AND MS PowerPoint). I know the multiselection property is supposed to be available on the form...(haven't reached that point yet), but will it work in addition to the Cascading Combo Box? Also, since I'm discovering that this is all done on the form rather than the table like I was attempting to do, what tables do I need? I currently have tables set up for each group. Here's the one for Programming. It didn't copy here, but the ID is an AutoNumber. There are 17 groups of tables in all.
tbl_Skills_Programming_Software_Database_Development
ProgrammingID Programming / Software / Database Development
1 Programming
2 Web Development/Programming
3 Database Design and Admin
4 PDAs and Handheld Devices
5 Wireless Programming
6 Game Programming
7 Telephony Software
8 Embedded System Design/Programming
9 IT Training
10 Quality Assurance
11 Other Technology Projects
I was then attempting to use lookup fields to get to the next group where the user could choose multiple selections which would all then post back to the main Freelancer table. Reading these threads has lead me to realize that it isn't possible that way. I got the list of individual skills to show up in the Grouped category list, but it wouldn't go up to the next level simply because the lookup field was blank until that selection was made. Also, I'm trying to get all the multiple results to post to 1 field in the parent table separated by commas.
I've previously set up a multiselect drop-down box in Excel with a little VBA coding to make it work (I know very little about VBA, but was lucky to find help with the exact coding I needed on the internet). Since Access & Excel are interchangable (import/export) with each other, I know that the multiselect does work in Access, but I don't know if it will also work with Cascading Combo boxes.
Thanks for any suggestions or assistance you might offer,
USEN