hi
DoCmd.TransferDatabase is a great way to COPY and RENAME an mdb file. What is an efficient way to COPY and RENAME the mdb file including all Modules, Forms, Queries, etc., but only including Tables that match a SPEC (for example, "tbl_???_Values_*") ?
Thanks for any hints
DoCmd.TransferDatabase is a great way to COPY and RENAME an mdb file. What is an efficient way to COPY and RENAME the mdb file including all Modules, Forms, Queries, etc., but only including Tables that match a SPEC (for example, "tbl_???_Values_*") ?
Thanks for any hints