Ok if you have two combo boxes and you want one combo box to fill in the contents according to criteria in the other combo box, how would you do it? Example, I have a combo box that filles that fills the file names of files in a directory on the network. What I would like to do is setup multiple directories and place the names of those directories in a combo box, then when someone chooses one of the directories in that combo box (clicks on the down arrow and highlights one) the contents of that directory gets filled in the second combo box....Any suggestions?