Run-time error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I started a database on my home computer last week (running Access2000 and XP
Professional) and everything worked perfectly. When I tried to open one of
the forms on my office computer (Access2002 and XP Professional), I got an
error message:

Run-time error '-2147467259 (80004005)':
Automation error
Unspecified error

I check all my references and they are the same on both machines.

Here is the code causing the error:

Private Sub Form_Current()

Me.ActiveXCtl12.PutSourcePath Me.DwgPath

End Sub


Any ideas?
Thanks very much.
 
Back
Top