Record count
Hi folks,
This is a simple question.
I have the sql execute statement:
sqltxt = "SELECT something from something"
rsRec.Execute sqltxt,irecords,1
the variable - irecords - should return the amt of records if it exist. I understand that if irecords = 0, there isn't a match.
But sometimes it reurns a -1
What does this mean ??
No matches too ??
thanks folks...:-)
|