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 objecttype(tables & queries).
I haven't figured out a way to accomplish this with the other database objects. Any Ideas?
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 objecttype(tables & queries).
I haven't figured out a way to accomplish this with the other database objects. Any Ideas?