Linking contracts to db

G

Guest

I have a db that I keep contract information in. I would like to have a link
on the form to link to the actual electronic contract. However, when I do
this, it always shows up as a BIG icon. I have changed the properties off of
icon, even uncheck the display as icon when I am adding the file. How can I
get this to just show the name of the file and when you click on it, it will
bring it up?
Thanks in advance :)
 
A

Albert D. Kallal

It would only show up as a icon if you use a ole field, and really, you JUST
need to store a path name + file name.

place a button beside the text field, and simply go:


application.FollowHyperlink me!NameOfField
 

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