I have a form which contains a list of tables in a combo box, the user clicks on a table name and then clicks on the command button (that opens that particular table)...Here's where I am stuck. I need to create code that takes all the records selected by the user and create a seperate "new" table. Is this possible? What I would like is to enable the user to press a button after they select a group or multiple groups of rows in the table and be able to create a table from scratch. Any help would be appreciated, thanks!