Recently I wanted to update a database of mine.<br>So i added the two forms i had changed and another form which was to replace the old forms in the other db. Now what happened was: the first form was replaced and when the second was to be replaced access97 gave me the error message "Object not valid". <br>My code look like this: <br>docmd.copy object path & "microp_d.mdb", "Approval" ,acform, "Approval"<br>I also tried "docmd.transferdatabase ..." with the same result.<br>Does anybody know what causes this?<br>Is there another way to copy several objects (forms,queries, modules) into another database without having to open the other one?<br><br>Thanks,<br>jeph