If you want to use the .recordcount property for an ADO recordset you need to specify a clientside cursor location when opening your connection.
Set dbsSubs = New ADODB.Connection
dbsSubs.CursorLocation = adUseClient
|
Results 1 to 9 of 9
Thread: ADO recordset.recordcount -1 ?Threaded View
|
Click Here to Expand Forum to Full Width |