If I add this line, then it works.
Dim a As Access.Application
Set a = New Access.Application
a.SetDefaultWorkgroupFile "dbSystem.mdw"
a.SysCmd 603, "db2.mdb", "db2.mde"
Set a = Nothing
It still brings up a "Login" Dialog box, into which I must enter my
password. Once I enter the password, it generates the MDE File. Basically,
I just needed to put myself in the correct workgroup.
Douglas, thank you very much for your help, as I never would have figured
out that "SysCmd 603" on my own.