Hi Guys
I need your help, i would like to create a DB dump for a current DB
that i have. The DB is MSSQL 2005, i will be happy to hear directions.
Thanks for your time
Hi Guys,
I have the following code (a great guy helped me here)
Private Sub Cmd_To_Plans_Click()
FollowHyperlink "file:///" & Me.link
End Sub
Where link is the field name.
Now here is the problem:
This is a button that helps the user to see the file (usually it is jpg files) with editor...
This is the code that i put:
Private Sub Cmd_To_Plans_Click()
FollowHyperlink "Files://" & Me.Link
End Sub
This is an error that i got :-(
files://C:\Documents%20and%20Settings\All%20Users\Documents\My%20Pictures\Sample%20Pictures\Sunset.jpg/
Any thuoughts?
Appriciate
what i am trying to do is to actually have the ability to see the hyperlink
that within the field - the syntax that you gave me is working - but it is only open the software and not opening the picture associate with...any ideas?
Thanks a lot!
Hi Guys,
I am trying to use the Hyperlink function.
The problem is that it does not open any graphic software view when I am pressing the button – I would appreciate any help.
Here is the code that I attach to the button:
Private Sub Cmd_To_Plans_Click()
On Error GoTo sof:
If Not...
Hi guys,
Thanks for your reply.
Dave, i will try to explain myself, i am using dialog box form the URL that i sent here - http://www.mvps.org/access/api/api0001.htm - this is the common FileSave API that is uploding images to the DB - this is works perfect.
Once the image is in the DB i.e...
Hi guys,
I have access 2000 application for real estate.
I have form that i was creating a "file open" dialog box.
I was using the module from http://www.mvps.org/access/api/api0001.htm
and it is working fine.
This module is uploading the image that i want to specific field in the DB.
Now i...