Ms access to exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • natyboi
    New Member
    • Nov 2013
    • 15

    Ms access to exe

    Is there any way to make my ms access an exe file?

    or convert my ms access projects to vb?
  • Stewart Ross
    Recognized Expert Moderator Specialist
    • Feb 2008
    • 2545

    #2
    Short answer is no. Access files cannot be converted to exe files, nor can you convert them to vb/.net as the user forms etc are unique to Access itself - there is no converter I know of that will make a VB project from an Access DB.

    Access VBA code can to some extent be used within a VB environment, if you wish to use VB's forms environment to generate your own user forms in place of Access's, but current generation .net VB uses a lot more modular object-based methods than VBA, so even converting from VBA to .net VB code is in some cases far from simple.

    -Stewart
    Last edited by Stewart Ross; Dec 1 '13, 06:28 PM.

    Comment

    • natyboi
      New Member
      • Nov 2013
      • 15

      #3
      ty very much.. so i have to start again from a scratch using vb6.0 as front end.. :D ..much appriated your help

      Comment

      • zmbd
        Recognized Expert Moderator Expert
        • Mar 2012
        • 5501

        #4
        There is another option... the runtime environment.


        also some here:


        Just remember, you have to supply everything in this environment, menues, error trapping, etc...

        There is also the packaging wizard available under the save and publish on the backstage that will help with this too...

        Comment

        Working...