?
.
Set oAccess = CreateObject("Access.Application")
Although not a reference to module in a *non-current* db,
I do not complain because deletion stopped Access' crashing,
allowing the things that I had been trying (incl DoCmd.CopyObject)
to proceed.
Everybody, we raise TC onto our shoulders for a hero's ride.
With oAccess
.OpenCurrentDatabase sOldDB
.DoCmd.DeleteObject acModule, "AAA"
End With
oAccess.Quit
Although not a reference to module in a *non-current* db,
I do not complain because deletion stopped Access' crashing,
allowing the things that I had been trying (incl DoCmd.CopyObject)
to proceed.
Everybody, we raise TC onto our shoulders for a hero's ride.