Export Routine as EXE?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Larry R Harrison Jr

    Export Routine as EXE?

    I have Access XP, not the "developer' s kit,"and a routine written in a form
    which I use for renaming files. I know that in general you can't export an
    MDB file to a self-running executable, but I'm wondering if a simple form
    such as this can be exported as such--or do I need the "Developer' s Kit" for
    that.

    LRH


  • Douglas J. Steele

    #2
    Re: Export Routine as EXE?

    Even with the Developer Edition you can't do it.

    What the Developer Edition does is provide you with a royalty-free run-time
    version of Access that you can package with your application. People who
    don't already have Access can install the run-time version, and they'll be
    able to use your application. It doesn't change your application in any way,
    shape or form.

    --
    Doug Steele, Microsoft Access MVP

    (no e-mails, please!)



    "Larry R Harrison Jr" <noone@noone.co m> wrote in message
    news:IAthe.1025 3$D91.353@fed1r ead01...[color=blue]
    >I have Access XP, not the "developer' s kit,"and a routine written in a form
    >which I use for renaming files. I know that in general you can't export an
    >MDB file to a self-running executable, but I'm wondering if a simple form
    >such as this can be exported as such--or do I need the "Developer' s Kit"
    >for that.
    >
    > LRH
    >[/color]


    Comment

    • Trevor Best

      #3
      Re: Export Routine as EXE?

      Larry R Harrison Jr wrote:[color=blue]
      > I have Access XP, not the "developer' s kit,"and a routine written in a form
      > which I use for renaming files. I know that in general you can't export an
      > MDB file to a self-running executable, but I'm wondering if a simple form
      > such as this can be exported as such--or do I need the "Developer' s Kit" for
      > that.[/color]

      If there was, we'd all export all of our simple forms instead of getting
      the developer's edition :-)

      --
      [Oo=w=oO]

      Comment

      • David Schofield

        #4
        Re: Export Routine as EXE?

        On Sat, 14 May 2005 13:54:25 -0700, "Larry R Harrison Jr"
        <noone@noone.co m> wrote:
        [color=blue]
        >I have Access XP, not the "developer' s kit,"and a routine written in a form
        >which I use for renaming files. I know that in general you can't export an
        >MDB file to a self-running executable, but I'm wondering if a simple form
        >such as this can be exported as such--or do I need the "Developer' s Kit" for
        >that.
        >
        >LRH
        >
        >[/color]
        Hi
        If it really is simple you might do it in VB. This still needs a
        run-time package though it is free.

        Or even in VBscript if you don't have VB.
        (Rrunning under the scripting host, you have full access to the file
        system and can create objects to access text files, databases etc,
        unless your administrator has disabled scripts which in a company
        setting may well have been done).
        David

        Comment

        Working...