Hi guys,
The record count for the code below always returns -1
adoCmd.CommandType = adCmdText
adoCmd.CommandText = g_clsTables.SelJoinQuery(XYZ)
rsRec.Open adoCmd, , adOpenKeyset, adLockOptimistic
Any Suggestions as to how to change it so that it returns me the record count
Thanks!!! Any help surely appreciated!!!
The record count for the code below always returns -1
adoCmd.CommandType = adCmdText
adoCmd.CommandText = g_clsTables.SelJoinQuery(XYZ)
rsRec.Open adoCmd, , adOpenKeyset, adLockOptimistic
Any Suggestions as to how to change it so that it returns me the record count
Thanks!!! Any help surely appreciated!!!