Search results

  1. A

    How to create DB Dump in MSSQL2005?

    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
  2. A

    Hyperlink problem

    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...
  3. A

    Using Hyperlink.Follow

    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...
  4. A

    How do i save files to specific folder

    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...
Back
Top Bottom