I am using Access 2000 and Windows XP in this example. What I have is a database (Daily.mdb) with 1 table (Data) and 1 form (Input). This 1 table and 1 form are used to create 1 totally new table (NewData) based on user input. This new table (NewData) then becomes part of the (Daily.mdb) database. Using some VBA code I would like to save just this table (NewData) into a totally new database (Today.mdb) then I will delete this (NewData) table from (Daily.mdb) Is this at all possible, any suggestions would be greatly appreciated. Thank you for your support.