G
Guest
Could someone assist in finding a different way to ship a Module over from
one Access'97 database to another with the same module name? The second
DoCmd.CopyObject causes an error. lt doesn't matter whether the second parm
is used for [newname], or not (lt could read , , acTable, "Dates" as well.).
Using the TransferDatabase Method yields a nice 32318....
DoCmd.CopyObject "\\ServerName\DirName\RealData.MDB", "EZAActuals",
acTable, "EZA_Actuals_MSD"
DoCmd.CopyObject "\\ServerName\DirName\RealData.MDB", "CalcEZADates",
acModule, "CalcEZADates"
DoCmd.CopyObject "\\ServerName\DirName\RealData.MDB", "EZADates",
acTable, "EZADates"
TIA
P.S. l have figured out there is a large glitch in the acModule module -vb.
one Access'97 database to another with the same module name? The second
DoCmd.CopyObject causes an error. lt doesn't matter whether the second parm
is used for [newname], or not (lt could read , , acTable, "Dates" as well.).
Using the TransferDatabase Method yields a nice 32318....
DoCmd.CopyObject "\\ServerName\DirName\RealData.MDB", "EZAActuals",
acTable, "EZA_Actuals_MSD"
DoCmd.CopyObject "\\ServerName\DirName\RealData.MDB", "CalcEZADates",
acModule, "CalcEZADates"
DoCmd.CopyObject "\\ServerName\DirName\RealData.MDB", "EZADates",
acTable, "EZADates"
TIA
P.S. l have figured out there is a large glitch in the acModule module -vb.