Probably don't have the same drive mappings. Try using a text field to store
a UNC path to the location. Then you can use the Picture property in an
image control to open the image without wasting the overhead of a hyperlink.
You can even use the form's Current event to open it automatically
Sub Form_Current()
Me.ImageCtrl.Picture = \\ServerName\ShareName
End Sub

Signature
Arvin Meyer, MCP, MVP
Microsoft Access
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> Hello,
> I'm making a hyperlink field to pictures in another folder. I'm working on
[quoted text clipped - 4 lines]
> wrong?
> Thanks!
Alaqua - 25 May 2007 18:23 GMT
Arvin,
That sounds absolutely correct. The drive on my 'puter is not the same as it
is on the server for folks on base.
However, I'm trying to create the link directly into the table, not using a
form.
But, if I get our lan guru to map me the same as they have it on base, I
should be ok, right?
Thanks, again!

Signature
Alaqua
> Probably don't have the same drive mappings. Try using a text field to store
> a UNC path to the location. Then you can use the Picture property in an
[quoted text clipped - 12 lines]
> > wrong?
> > Thanks!
Arvin Meyer [MVP] - 29 May 2007 14:57 GMT
Try and use UNC (Universal Naming Convention) paths. They look like:
\\ServerName\FolderName\

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> Arvin,
> That sounds absolutely correct. The drive on my 'puter is not the same as
[quoted text clipped - 28 lines]
>> > wrong?
>> > Thanks!
Alaqua - 30 May 2007 13:38 GMT
Arvin,
Sorry for the late reply, I was gone all weekend. I printed out the info
that you shared with me & am passing it on to the guy who has the permissions
to make those changes. Thanks for your help. Your answer sound exactly like
what the problem could be.

Signature
Alaqua
> Try and use UNC (Universal Naming Convention) paths. They look like:
>
[quoted text clipped - 31 lines]
> >> > wrong?
> >> > Thanks!