I'm having some bizarre problems with a VB6 program that opens an Access database. The database was originally a 97 version. I converted it to 2000, made necessary changes to to the code and tested it. Everything worked fine. Now I copied the production database into my test area, converted it, changed the code to point to the production drive and moved everything to the production drive. Now when I try to display a record, I get an "unrecognizable database" error. When I click OK, it displays the record without any problem. I tried creating a new 2000 database and copying the converted files into it just to see. Same problem. Then I decided to rename the database and changed the VB code accordingly. I created a new exe and moved it to the production drive. Now I get the message that it can't find the old database name. I get the same message with my test exe which is on a separate drive. I am totally confused. Any help will be greatly appreciated.