Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I open an Autocad 14 drawing from Access?

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I have a table that contains the names of drawings that were created using Autocad 14. I want to be able to select the drawing name via a combo box and, using RunApp, execute Autocad and open the drawing. Also, If anyone out there happens to know the command-line syntax for opening an Autocad drawing, please provide an example.
 
it has been QUITE a while, so it has probably changed. was:

ACAD /dwg: YourDrawing

You should be able to get this from ACAD help.

MichaelRed
mred@att.net

There is never time to do it right but there is always time to do it over
 
I suppose that you will find the correct syntax in the AUTOCAD documentation. When I created an application for an architect recently I used the Autocad wizard (Powerup page on to completely integrate the AUTOCAD files into the ACCESS table structure and to avoid the bloating.
With this add-on you just click a button (or any other object)and it opens (it works with Full AutoCAD as well as with the viewers such as Voloviewer, Myriad...).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top