T
troytemp
Guest
I am using ADO with MS Access, but for some reason I am getting -1 when I use the recordcount property on a recordset. Do you have a code example to return the proper value. I cannot find anything on the Microsft site. I am not doing anything fancy...just trying to return the recordcount of employees from the employee table in Northwind. I suppose one option may be recordset.open "SELECT Count (*) from employees"
I don't want to use the DAO.recordset option as I want to do things in ADO now.
Thanks
Paul
I don't want to use the DAO.recordset option as I want to do things in ADO now.
Thanks
Paul