I have a home budget system that I wrote about 10 years ago running on a 32 bit windows installation on an old desktop. I recently purchased a new laptop with 64 bit windows and my access DB won't run on the new system. The database application is about 2000 lines of code, but all the I/O is in a separate module. I think my old desktop system is starting to fail, so I desperately need to convert the application to 64 bit. Can someone point me to where I can learn about converting the application to 64 bit?