-
Does anyone know how to use a 2000 Access mdb with the data form wizard addin in VB6....I keep getting a unknown db format error when I try to access a 2000 mdb.... I know I can convert from 2000 mdb to a previous version of access and get it to work....But is there a way to use a 2000 mdb....?????
-
Not sure where I heard it but I believe VB6 uses Jet 3.x where Office 2000 uses Jet 4.0. If true, the answer to your question is "not likely" (at this time), unless you want to try ODBC...
-
Actually you don't need to convert the mdb, as Jet 4.0 easily support this access2000 database. Another is by using JetODBC.
-
Thanks guys...I didn't try the ODBC...I tried the access 1st when I went thru the wizard....
Kewl_Q