G
Guest
I keep getting a runtime error 3464, Data mismatch. ">><<" indicates the line the error is o
I am declaring rs As a DAO.Recordset
Can anyone see what the problem is? I'm stumped
Set qdf = CurrentDb.CreateQueryDef("SelectInf"
qdfText = "SELECT * FROM [Device Table] WHERE [Device ID] = 119001
qdf.SQL = qdfTex
qdf.ClosSet rs = qdf.OpenRecordset(dbOpenSnapshot) <
I am declaring rs As a DAO.Recordset
Can anyone see what the problem is? I'm stumped