Counting amount of record
Hi,
I have an amount of record and after a while I want to know if there are still some records left which have not been altered. I use the next
sql="SELECT COUNT(*) FROM Table WHERE (Conditions)"
rs.open sql, conn
amount=rs.fields.count
It doen´t work, it always says I have records left, althought when I go to the table there aren´t any left (with thos conditions).
If there is another way, pelase tell me.
Regards and thx,
David
|