Convert an 97 db to 2000. I imported everything in the 97 db into a new 2000 db. Everything went well but I got a few errors when i opened a couple of forms. It didn't like these 2lines of code. Any ideas on how to repair this? Thanks...
It falied on Database on this form..
Dim dbs As Database
And dbOpenSnapshot on this form..
Set RS = CurrentDb.OpenRecordset(sql, dbOpenSnapshot)
It falied on Database on this form..
Dim dbs As Database
And dbOpenSnapshot on this form..
Set RS = CurrentDb.OpenRecordset(sql, dbOpenSnapshot)