I admit to being a rookie VB programmer but I've run across a problem that is confusing the heck out of me.
I made a survey app that asks users questions then stores them in a single table in an Access database (datcontrol.recordset.addnew, .update) On my own computer it works perfectly [img]/w3timages/icons/grin.gif[/img] (Win98, VB 6.0, Access 2000) When I tried it on 3 other computers, they came up with 2 different sets of errors. [img]/w3timages/icons/sad.gif[/img]
Computer 1: Win95, Access 2000. Manually loaded and registered vbrun50/60.dll just in case the installer wizard didn't setup correctly. When I start the app, it gives a Class Not Registered error and looks for a CLSID number that I can't find in the MSKB. (I'm not really even completely sure what a class id is let alone how to look for it or define it.) When I click OK, I then get a runtime error 91 because it couldn't load the datcontrol. Any ideas on what to try next?
Computer 2/3: WinME/Win98, Access installed on both. On these computers I'm getting "database in unrecognized format" errors. Access will read/edit the databases on both computers but the VB program won't recognize them. Is this because I'm using the "old" dat control instead of the "new" ADO control? Any other ideas?
Thanks for reading a long post and TIA for any help you can give me.



