Hi.... I am a student.
When i tried to connect VB with Access, it is giving me this message "Run-time error 13, Type Mismatch" Below is the code
Dim DBase As Database
Dim RBase As Recordset
Set DBase = OpenDatabase("DB Name")
Set RBase = DBase.OpenRecordset("Table name")
The funniest thing is, this same code works on another project on the same computer.
Somebody help meeeeeeeeeeeee.