Hyperlink field type

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I am wanting to create a hyperlink to a picture file.
I refer to the picture name in one field and then in a hyperlink field I
want to link to said picture.
Is it possible to create this hyperlink by haviing a default entry which
will be the path and the it routes to the name?

Name: [Name]
Hyperlink: "C:\...\Pictures\[Name].jpg

Is this possible on a form or table, I don't want to use a data page if
possible.
Thanks
Steve A
 
Hi Steve-

This may be doable with a VBA Procedure, but probably more trouble than it's
worth. Why not define the field storing the image as an OLE data type (either
as a Linked or Embedded Object)?

You may also want to take a look at the Northwind sample database Employees
Form's event properties for more ideas. |:>)
 

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

Back
Top