Hyperlink will not open .dwf file??

N

nayjdk

I have just started using Autodesk's .dwf files. I use access to manage
all of my files and have started loading records of each of these files
into my database. Each record has a hyperlink that is supposed to open
the drawing but when I click on the link nothing happens. I can define
a different hyperlink in the same table using a .dwg or any other file
extension and the hyperlinks work perfectly. Is anyone familiar with
this problem? Does access have a problem recognizing the .dwf file
extension?
 
S

strive4peace

Sounds like you need to associate the DWF extension with
your AutoDesk application. When you double-click on a DWF
file from Windows Explorer or My Computer, is it rendered to
the screen?

To associate an extension,

1. browse to it from Windows Explorer or My Computer
2. right-click on the file
3. Choose Open With...
4. Choose the program you want to use
5. be sure to check the box in the lower-left corner of the
dialog:
"Always use this program to open these files"

Warm Regards,
Crystal
MVP Microsoft Access

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day ;)
 
S

strive4peace

Another note:

I like to store the path and filename as text and use

Application.FollowHyperlink "d:\path\filename.ext"

Warm Regards,
Crystal
MVP Microsoft Access

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day ;)
 
N

nayjdk

Crystal,

Thanks for the response. When I double click on the file, it opens with
no problem. I have tried your recomendation by right clicking>open
with>dwf viewer>and checking the option to always use this program to
open this file type but I still have nothing. When I click on the
hyperlink, I get nothing, not even an error. I have never had this
problem before with hyperlinks in Access???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top