Stephenlyn
Programmer
Hi I have a small application that was created in vb5 and reads from an access database. I have just updated to Access 2000 & VB 6 and now I'm getting a run time error:-<br>Unregognized Database format run time error "3343"<br><br>The code I used to load the database is:-<br>Set MyWs = DBEngine.Workspaces(0)<br>Set MyDB = MyWs.OpenDatabase(App.Path & "\uniform.mdb"
<br>Set MyRs = MyDB.OpenRecordset("items", dbOpenDynaset)<br><br>Line 2 is the error.<br><br>What do I need to do to fix the problem? Should I go back to Access 97?<br><br>regards<br><br>Steve<br><br>