I am moving to access 64bit. I have already updated my VBA Declare statements to use PtrSafe. I noticed that I also use Long in several places. After updating PtrSafe I tested my 32 bit DB in 64 and it worked fine.
My question is should I still try to update all of my Long to LongPtr?