W
Warren
I am having trouble retrieving a recordset
in the Form - Code section of a local database.
I never had this problem with Access97, but am now
experiencing it with Access2000.
Dim rs as Recordset
strSQL = "Select ........"
Set rs = CurrentDb.OpenRecordset(strSQL) - Type Mismatch
occurs on this line.
I've also tried using the DoCmd.RunSQL, and using
ADODB.Recordsets instead, but none of them work.
Any advice?
Thanks
Warren
in the Form - Code section of a local database.
I never had this problem with Access97, but am now
experiencing it with Access2000.
Dim rs as Recordset
strSQL = "Select ........"
Set rs = CurrentDb.OpenRecordset(strSQL) - Type Mismatch
occurs on this line.
I've also tried using the DoCmd.RunSQL, and using
ADODB.Recordsets instead, but none of them work.
Any advice?
Thanks
Warren