If you're connecting to AutoCAD from Access you'll need to check the CreateObject/GetObject call.
It will likely need to be specific as to version - as in CreateObject("AutoCAD.Application.16")
"sussman"
wrote in message news:[email protected]...
I am running VBA from Microsoft Access and I updated from Acad 2000 to 2004. Now when I run my VBA, ACAD opens up but nothing happens and I get the message "Object Variable or With Block Not Set". What could be causing this and what should I be looking for?