Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. Access VBA generate .accde

Access VBA generate .accde

Scheduled Pinned Locked Moved System Admin
helptutorialquestion
5 Posts 2 Posters 12 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 11954930
    wrote on last edited by
    #1

    From an Access application, I am trying to generate a ".accde" file using VBA from a ".accdb" file. I´m using the "app.SysCmd 603, INPATH, OUTPATH" method, but always returns 0 and do not works.

    Any idea how to fix it?

    C 1 Reply Last reply
    0
    • U User 11954930

      From an Access application, I am trying to generate a ".accde" file using VBA from a ".accdb" file. I´m using the "app.SysCmd 603, INPATH, OUTPATH" method, but always returns 0 and do not works.

      Any idea how to fix it?

      C Offline
      C Offline
      Chris Quinn
      wrote on last edited by
      #2

      File/Save As/Save Database as/Make ACCDE

      ========================================================= I'm an optoholic - my glass is always half full of vodka. =========================================================

      U 1 Reply Last reply
      0
      • C Chris Quinn

        File/Save As/Save Database as/Make ACCDE

        ========================================================= I'm an optoholic - my glass is always half full of vodka. =========================================================

        U Offline
        U Offline
        User 11954930
        wrote on last edited by
        #3

        Obviously I can do it so, but I need to do it through VBA code to automate the process.

        C 1 Reply Last reply
        0
        • U User 11954930

          Obviously I can do it so, but I need to do it through VBA code to automate the process.

          C Offline
          C Offline
          Chris Quinn
          wrote on last edited by
          #4

          Make sure that your database has no code errors (go into a VB code module and run Compile from the Debug menu) - you cannot create an executable database if there are any code errors

          ========================================================= I'm an optoholic - my glass is always half full of vodka. =========================================================

          U 1 Reply Last reply
          0
          • C Chris Quinn

            Make sure that your database has no code errors (go into a VB code module and run Compile from the Debug menu) - you cannot create an executable database if there are any code errors

            ========================================================= I'm an optoholic - my glass is always half full of vodka. =========================================================

            U Offline
            U Offline
            User 11954930
            wrote on last edited by
            #5

            Thanks, it was a stupid mistake when compiling the application. Now everything works perfectly.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups