Hi,
I have with this statement in VB6
Dim dbTest As Database
Dim rsWorker As Recordset
Set rsWorker = dbTest.OpenRecordset(“worker”, dbOpenDynaset)
When executing the form, it prompts “type mismatch”. Is there anything I missed? Thanks…
chl88