I am trying to figure out how to write code to transfer all of a database's objects (tbl,qry,frm,rep,mcr,mod) to another database.
I have been able to do this with tables and queries by looping through each object definition(tabledef, querydef) in the respective class for each...