Access Service Patch version thru VBA

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

    Access Service Patch version thru VBA

    Is there a way to determine the Version of Access running and the
    current Service patch thru VBA Code?
    lq
  • MGFoster

    #2
    Re: Access Service Patch version thru VBA

    Lauren Quantrell wrote:
    [color=blue]
    > Is there a way to determine the Version of Access running and the
    > current Service patch thru VBA Code?
    > lq[/color]

    You can get the version this way:

    debug.print SysCmd(acSysCmd AccessVer)

    Don't know about patch numbers.

    MGFoster:::mgf0 0 <at> earthlink <decimal-point> net
    Oakland, CA (USA)

    Comment

    • Mike Sherrill

      #3
      Re: Access Service Patch version thru VBA

      On 12 Dec 2003 08:53:30 -0800, laurenquantrell @hotmail.com (Lauren
      Quantrell) wrote:
      [color=blue]
      >Is there a way to determine the Version of Access running and the
      >current Service patch thru VBA Code?[/color]

      I'm pretty sure the only really reliable way to determine SP levels is
      by using API calls to get the version numbers of the relevant DLLs.

      --
      Mike Sherrill
      Information Management Systems

      Comment

      • John Mishefske

        #4
        Re: Access Service Patch version thru VBA

        Lauren Quantrell wrote:[color=blue]
        > Is there a way to determine the Version of Access running and the
        > current Service patch thru VBA Code?
        > lq[/color]

        Check Tony Toew's page:



        --
        '-------------------------------
        ' John Mishefske
        '-------------------------------

        Comment

        Working...