How to compile 32-bit ACCDE from 64-Bit system


  1. Posts : 238
    Win7-64
       #1

    How to compile 32-bit ACCDE from 64-Bit system


    Is there a way to compile a 32-bit ACCDE file from an Access 2010-64 ACCDB file? I have a client who has both 32 & 64 bit systems and I have an automated way to create a 64-bit ACCDE but a 64-bit ACCDE will not run on their 32-bit systems. So I need to add code (if possible) to create a 32-bit ACCDE from a 64-bit system.

    Here is the code that creates the 64-bit ACCDE:

    Set AccessApplication = New Access.Application
    With AccessApplication
    .AutomationSecurity = 1 'MsoAutomationSecurityLow
    .UserControl = True
    .SysCmd 603, sourcedb, targetdb 'this makes the ACCDE file
    .Quit
    End With
      My Computer

  2.   My Computer


  3. Posts : 238
    Win7-64
    Thread Starter
       #3

    Right...64-bit Office is a one-way street.

    Oh well....nice thought anyway.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:58.
Find Us