Im working on an import form that will allow the user to import any table from any database that they select. I need to populate a combo box with the table names from the database they select. I have a function that populates a combo box with the table names of the database that you are working in. It uses the "set db = currentdb" function, can i use that same line of code but set it to a different database? Any other suggestions on how to do this are much appreciated.