Hi all,
I guess this question has been asked a lot, but i could not find a right solution.
I would like to know the recordcound of a recordset. So what I do is I open the connection like this (the 1 and 3 should solve the recordcount problem said some solutions):
rs.Open(sql, conn, 1, 3)...