what i'm lookin for is probably some kind of For...Each thing that will first scroll through the database and put the names of all the tables into a combobox in a form. (i think i already have that one figured out), but then i want to pick a table in that box, and then have a 2nd combobox fill up will all the fields that are in the table that was chosen from the 1st box. that's where my problem lies. the 2nd combobox always ends up blank.