DeniedAccess
New member
- Local time
- Today, 10:18
- Joined
- Jul 10, 2024
- Messages
- 1
Hi Everyone,
The Access DB developer has left my company and I've been tasked with converting the Access DB's to 64bit. I have the original accdb file I can see and edit all forms, modules, tables etc. I've been researching all day and came to the conclusion that I might not have to amend any code with "PrtSafe" or "LongPtr" as the only module that has any "Declare" is the basMouseHook (The code states Wayne Phillips from everythingaccess.com). I believe since Office 2010, that's not needed anymore as it's built in Office now.
In an attempt to remove basMouseHook, from the Visual Basic for Applications, I tried right clicking on the basMouseHook module and selecting remove basMouseHook and then saving as accde. That didn't work, it was displaying message suggesting something is trying to call "basMouseHook". I did a search in the project for basMouseHook and it seems to be mentioned in the code for the form. There is around 50 class objects for the forms.
My first question is - Is disabling basMouseHook the best way forward here?
If it is, Without amending the code for the forms, Is there a easier way to remove the basMouseHook module in a safe way so that the other aspects of the project aren't calling it / using it?
Thanks
Si
The Access DB developer has left my company and I've been tasked with converting the Access DB's to 64bit. I have the original accdb file I can see and edit all forms, modules, tables etc. I've been researching all day and came to the conclusion that I might not have to amend any code with "PrtSafe" or "LongPtr" as the only module that has any "Declare" is the basMouseHook (The code states Wayne Phillips from everythingaccess.com). I believe since Office 2010, that's not needed anymore as it's built in Office now.
In an attempt to remove basMouseHook, from the Visual Basic for Applications, I tried right clicking on the basMouseHook module and selecting remove basMouseHook and then saving as accde. That didn't work, it was displaying message suggesting something is trying to call "basMouseHook". I did a search in the project for basMouseHook and it seems to be mentioned in the code for the form. There is around 50 class objects for the forms.
My first question is - Is disabling basMouseHook the best way forward here?
If it is, Without amending the code for the forms, Is there a easier way to remove the basMouseHook module in a safe way so that the other aspects of the project aren't calling it / using it?
Thanks
Si