Results 1 to 2 of 2
  1. #1
    NickTheAccessGuy is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jul 2013
    Location
    Southampton
    Posts
    1

    Access 64 bit

    Hi Fellow Access Developers,



    Can anyone tell me if there are any issues that are likely to be encountered when performing an upgrade from Access 32 bit to Access 64 bit.

    Thanks In Advance,

    Nick

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Don't know about Access versions but I encountered issue if the machines were different. If there is code specific to 32-bit machine it will error. I encountered this with code I use to disable the application X close button.

    'API function to disable the X Close button is for 32-bit machine
    'If Lab gets 64-bit machines use the Unload event of Menu form to capture Access X close and Office button Exit
    Private Declare Function GetSystemMenu Lib "user32" (ByVal hwnd As Long, ByVal wRevert As Long) As Long
    Private Declare Function EnableMenuItem Lib "user32" (ByVal hMenu As Long, ByVal wIDEnableItem As Long, ByVal wEnable As Long) As Long
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums