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
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
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.