I have my test database and my production database. Well once things pass testing phase, I want to be able to just append results from my test database into my production database. So I want to be able to from my Tools.mdb database run an appened query from a table in my test.mdb into my production.mdb. What would be the syntax to do such? I know how to query from one database to another, but a 3rd unrelated db I can't figure out.