I'm trying to embed an Auto CAD drawing into an MS Access form and/or report. The Auto CAD files exists and was created in AutoCAD 2007 and opens just fine on its own. In Access 2003, I've opened a form and tried to insert object and choose Auto CAD drawing. It comes up blank and I can't seem to link it to the drawing I want to display. I thought maybe I could change the "Source Doc" property, but it doesn't seem to have any affect. Is there some way to display the Auto CAD file? Ultimately, it will need to be able to display any one of several files, but I would like to see it display even just one.
Thanks
ASKER
I have Archibus-FM DWG that is acting as my default "AutoCAD Viewer"; whenever I activate the AutoCAD drawing from within Access, it is launching this program. Unfortunately, I'm struggling to get this viewer to do even the most basic of things, like move the drawing to the center of the window. The Class variable is "ARCHIBUS-FM DWG.Drawing.17" and I was hoping that there might be one for just AutoCAD without having to use the above-mentioned viewer. From what your previous posting explains, there doesn't seem to be one.
I did follow your suggestion to link the drawing, and it is displaying the file as I wanted. The piece that I need now is, the file that it is linked to needs to be changed via the VBA code. The tests that I've done so far haven't produced the desired result. (I can give a more detailed explanation if necessary.) Can you offer any suggestions on how this can be done, assumming that the AutoCAD viewer part is working and that the drawing can not be converted into a .bmp, .jpg, etc?
Thanks