Hyperlink

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • apgoodb@yahoo.com

    #1

    Hyperlink

    Is there a way to set a Hyperlink or build code to open a file using a
    certain application? This isn't what I want to do, but is similar and
    maybe easier to understand.
    Example:
    There is a text file c:\files\test.t xt that I want Word or Excel to
    open up. Can I specify the application and the applications location
    to open a file in?

    Thanks,

  • salad

    #2
    Re: Hyperlink

    apgoodb@yahoo.c om wrote:
    Is there a way to set a Hyperlink or build code to open a file using a
    certain application? This isn't what I want to do, but is similar and
    maybe easier to understand.
    Example:
    There is a text file c:\files\test.t xt that I want Word or Excel to
    open up. Can I specify the application and the applications location
    to open a file in?
    >
    Thanks,
    >

    Comment

    • apgoodb@yahoo.com

      #3
      Re: Hyperlink

      Thanks. However, I want to program which application the file opens in
      so the user doesn't need to worry about this piece. Is there a way to
      specify in code to open a file in a certain application?
      Thanks,


      salad wrote:
      apgoodb@yahoo.c om wrote:
      >
      Is there a way to set a Hyperlink or build code to open a file using a
      certain application? This isn't what I want to do, but is similar and
      maybe easier to understand.
      Example:
      There is a text file c:\files\test.t xt that I want Word or Excel to
      open up. Can I specify the application and the applications location
      to open a file in?

      Thanks,
      http://www.mvps.org/access/api/api0018.htm

      Comment

      • salad

        #4
        Re: Hyperlink

        apgoodb@yahoo.c om wrote:
        Thanks. However, I want to program which application the file opens in
        so the user doesn't need to worry about this piece. Is there a way to
        specify in code to open a file in a certain application?
        Thanks,
        >
        Shell "Notepad C:\Test.txt",1
        >
        salad wrote:
        >
        >>apgoodb@yahoo .com wrote:
        >>
        >>
        >>>Is there a way to set a Hyperlink or build code to open a file using a
        >>>certain application? This isn't what I want to do, but is similar and
        >>>maybe easier to understand.
        >>>Example:
        >>>There is a text file c:\files\test.t xt that I want Word or Excel to
        >>>open up. Can I specify the application and the applications location
        >>>to open a file in?
        >>>
        >>>Thanks,
        >>>
        >>
        >>http://www.mvps.org/access/api/api0018.htm
        >
        >

        Comment

        Working...