Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / May 2007

Tip: Looking for answers? Try searching our database.

Hyperlink problems-I am clueless

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Alaqua - 25 May 2007 16:29 GMT
Hello,
I'm making a hyperlink field to pictures in another folder. I'm working on
the db located on the server.  When my co-worker opens the db at his
location, the link works fine.  When I open the db at my location & try to
use the link, the link opens the program that opens the picture, but the
picture never opens. Can someone please clue me in as to what I'm doing wrong?
Thanks!
Signature

Alaqua

Arvin Meyer [MVP] - 25 May 2007 16:57 GMT
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!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.