globularbob
Programmer
I have a recordset that is being populated from a Stored Procedure. When I use the rs.RecordCount function, it always returns -1. Is there another way to return the count of records from a recordset from a SP?
sqlTeamCount = "Execute dbo.proc_Get_Org_Chart " & session("emplID"
sqlTeamCount = "Execute dbo.proc_Get_Org_Chart " & session("emplID"