gerard1979
MIS
error number 91 is coming up but I've no idea why,
i have the simple code:
dim cnn as adodb.connection
dim rst as new adodb.recordset
set rst = nothing
set cnn as currentproject.connection
strSQL = "SELECT * FROM tblLocatie wHERE [ID] = " & tempID
rst.open strSQL, cnn, adopenstatic, adlockreadonly
now the error comes up in the last line: I have no idea why,
anybody handle this once?
thanks in advance,
gerard
i have the simple code:
dim cnn as adodb.connection
dim rst as new adodb.recordset
set rst = nothing
set cnn as currentproject.connection
strSQL = "SELECT * FROM tblLocatie wHERE [ID] = " & tempID
rst.open strSQL, cnn, adopenstatic, adlockreadonly
now the error comes up in the last line: I have no idea why,
anybody handle this once?
thanks in advance,
gerard