FoxStudent
Technical User
I am trying to execute the following code in a form load event. Module is defiantly a table in regdata.mdb. However, I keep getting a type mismatch at the last line of this code.
Dim db As Database
Dim CreatMod As Recordset
Set db = OpenDatabase("A:\Interaction\RegData.mdb"
Set CreatMod = db.OpenRecordset("Module"
Can anyone help me!
thank u
Dim db As Database
Dim CreatMod As Recordset
Set db = OpenDatabase("A:\Interaction\RegData.mdb"
Set CreatMod = db.OpenRecordset("Module"
Can anyone help me!
thank u