I have a database I created in Access 2016 32-bit. A user was recently upgraded to Access 2019 64-bit. The front end is an accdb file and she copied it to the exact same location that she ran the 2016 file from. All security controls are handled via enterprise policy, so she has all the same policies that I do. However, NO VBA code will execute across the entire front end set of forms and reports. Not even a simple test button I just inserted that does nothing more put up a message box.
All the buttons that were created with built in macros or the Command Button Wizard work fine, but nothing with VBA works - not even opening the form to the latest record on load.
I've read some articles about using prtsafe and longptr to convert 32-bit to 64-bit, but I don't have any "Declare" or "Long" statements anywhere so I don't know if that applies or what else I might need to do? Does anyone have any thoughts?