Hi there folks! I am updating a spell a word app that uses mp3 file in a filelist box. I would like to add more customization for teachers, so if they only want to use certain words, they select them from a checklist. Anyway that means the different catergories they pick from are subfolders instead of one big folder.

Right now, it is simple, the path to the filelistbox is...

ListOfMP3.Path = App.Path & "\ResourceFiles\MP3Files"

However, if a teacher wants to use word families that have "at" and "and" in them, I would like the filelistbox to add both paths which in this case would be...

App.Path & "\ResourceFiles\MP3Files\ATEWordFamily"

App.Path & "\ResourceFiles\MP3Files\ANDWordFamily"

I hope that makes sense. Has anyone worked with filelistboxes recently? Thanks!