okay...
let me try to explain my problem a little more. let's call the full database DB-A
and the empty database DB-B.
now, DB-A and DB-B are two database that the different between them is that DB-A has records in his tables, and DB-B has not. everything else is the same,tables (without the data ofcourse,forms,macros...).
i want to have the ability to copy only the data from DB-A tables into DB-B empty tables, only the data, not the tables not the tables nemes....only the records.
the reason i am trying to do so is that i want 2 versions, DB-A calls 'development' and DB-B that calls 'production'
My boss want to work with the production.mdb dayli. now, when he want to change somthing in the database(forms,fields est.) he want me to do it on the development.mdb so i won't see all the data in the tables. now, after ill change what he asked me to, i want to take the data from the production.mdb and import it to my development.mdb which i have made the changes. now, i will give him the development.mdb and it will become the new production.mdb, the old production.mdb will be erase. before ill import the data, i will make a copy of the development so i will have a copy of the development that are going to become a production.mdb..
well, thats it, i really hope i made my story clear enough....
Thanks for the patience...