Treeview issues moving from 32 bit to 64 bit
I have updated my MS Access database code to run in 64 bit but I cannot get treeview working. I believe that it has to do with the MSCOMCTL activex library. I add it to my references in VBA and find it listed in the c:\windows\system32 but it still gives the "error '2683': There is no object in this control". And the line of code is has to do with treeview. The interesting part is that if I use Windows Explorer and go to C:\windows\system32 the mscomctl.ocx file is not found there. Whats up with that? Does it have to do with what library is registered? There is a mscomctl in the SysWow64 folder but that file date is 2011 and the mystery one (the one that Access "finds" but it not actually in that folder) is dated 2021. Any help would be great. My company is moving to 64 bit M365 in a few weeks so I need to get this working.