Access97 & Access2K

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Reggie

    #1

    Access97 & Access2K

    Hi & TIA. I have a client that has A97 & A2K setup on their machine. They
    have 97 set as the default version to open when they open an mdb file. The
    app I built is an A2K version. Is there a procedure I can use, so that if
    they open my database it will open A2K vice the default 97 they have setup?
    Thanks for your time!

    --
    Reggie

    "Half this game is 90% mental."

    ----------


  • bebelino

    #2
    Re: Access97 & Access2K

    On Mon, 20 Oct 2003 01:46:50 -0600, "Reggie"
    <newsgroups@no_ spam.comcast.ne t> wrote:
    [color=blue]
    >Hi & TIA. I have a client that has A97 & A2K setup on their machine. They
    >have 97 set as the default version to open when they open an mdb file. The
    >app I built is an A2K version. Is there a procedure I can use, so that if
    >they open my database it will open A2K vice the default 97 they have setup?
    >Thanks for your time![/color]

    Just make a shortcut that opens the appropiated msaccess.exe and put
    as a parameter the path to the db.
    eg.
    "C:\Program Files\Microsoft Office 2003\OFFICE11\M SACCESS.EXE"
    C:\test.mdb
    In windows XP for instance you can rightclick in the file explorer and
    create a new shortcut, the wizard asks you to what the shortcut should
    be linked to. You type something like above example, offcourse with
    your parameters.
    --
    bebelino

    Comment

    • Reggie

      #3
      Re: Access97 &amp; Access2K

      Great. Works like a champ. Thanks for the Help & your Time!

      --
      Reggie

      "Half this game is 90% mental."

      ----------
      "bebelino" <a.b@c.d> wrote in message
      news:0hc7pvsf3n pd5o4ri0r328deu nb7pkg5fg@4ax.c om...[color=blue]
      > On Mon, 20 Oct 2003 01:46:50 -0600, "Reggie"
      > <newsgroups@no_ spam.comcast.ne t> wrote:
      >[color=green]
      > >Hi & TIA. I have a client that has A97 & A2K setup on their machine.[/color][/color]
      They[color=blue][color=green]
      > >have 97 set as the default version to open when they open an mdb file.[/color][/color]
      The[color=blue][color=green]
      > >app I built is an A2K version. Is there a procedure I can use, so that[/color][/color]
      if[color=blue][color=green]
      > >they open my database it will open A2K vice the default 97 they have[/color][/color]
      setup?[color=blue][color=green]
      > >Thanks for your time![/color]
      >
      > Just make a shortcut that opens the appropiated msaccess.exe and put
      > as a parameter the path to the db.
      > eg.
      > "C:\Program Files\Microsoft Office 2003\OFFICE11\M SACCESS.EXE"
      > C:\test.mdb
      > In windows XP for instance you can rightclick in the file explorer and
      > create a new shortcut, the wizard asks you to what the shortcut should
      > be linked to. You type something like above example, offcourse with
      > your parameters.
      > --
      > bebelino
      >[/color]


      Comment

      Working...