AngelSpeaks
Active member
- Local time
- Today, 17:46
- Joined
- Oct 21, 2021
- Messages
- 592
I was just going to search for this!
Our company has made up their mind. I just swapped my computer to 32-bit so that someone could maintain it.Search for Declare within the whole project.
TBH I cannot see an mdb ever needing to be converted to 64bit as long as you keep using 32 bit Access.
All your colleagues appear to be using 64 bit Access.
Get your company to.make their mind up which they are going to use, and take it from there.
OK, I've been here before. Everything states "Project Locked - Project is unviewable"goto VBE (ctrl-g) and visit each form, report and Module code.
if you are unable to do it, someone will do it for you just upload your db.
Compile is greyed out. I'm starting to hate this database. lolIn the VBA environment use menu "Debug" -> "Compile ...". Then it should show you the first problematic code right away.
it's an accdbmaybe it is an .accde created on x32 ms access and you are trying to run it on a x64 ms access, that is a no, no.
Are there multiple projects (top level nodes) visible in Project Explorer?Compile is greyed out.
Since it won't even open on 64bit office computer, then I guess that doesn't do me any good.Are there multiple projects (top level nodes) visible in Project Explorer?
If yes, maybe you selected the project representing an add-in or library database? These are not editable by design.
With hindsight, my suggestion of using Debug->Compile wasn't that good after all. This will work if you open the database in 64bit Access, but in your 32bit Access it will not complain about code incompatible to 64bit.
Were you serious on uploading it? As much as I'd like to figure this out, I starting to feel like it's something in the database itself. I could use extra eyes on this at this point.goto VBE (ctrl-g) and visit each form, report and Module code.
if you are unable to do it, someone will do it for you just upload your db.
Press and hold the [SHIFT] key and then open the access file. Unless explicitly disabled, this prevents startup code from running and will allow you to open the file.Since it won't even open on 64bit office computer,
Save a copy. Compact that. Zip it and upload that zip file.
well that explains a lot of issues. I still have the mdb file if that helps.@honorkat, the file in the Visitors.zip you uploaded is an ACCDE file that was just renamed to ACCDB. The VBA code in file cannot be edited nor viewed.
Find the corresponding ACCDB file and many problems you encountered will resolve themselves.
The code incompatible with 64bit is most likely in the module "GetFileFromAPIModule".