I remember getting this problem a couple of years ago using DAO, but a) It's reared it's ugly head in ADO now, and b) I can't remember the darn fix!
Any thoughts?
Call adorsRecordSet.Open(SQLQueryString, mconnConnection)
MsgBox "RecordCount = " + str(adorsRecordSet.RecordCount)
Yep, it doesn't matter how many records are present, I always get a '-1' RecordCount!
Thanks
LeGo PiEcE
Any thoughts?
Call adorsRecordSet.Open(SQLQueryString, mconnConnection)
MsgBox "RecordCount = " + str(adorsRecordSet.RecordCount)
Yep, it doesn't matter how many records are present, I always get a '-1' RecordCount!
Thanks
LeGo PiEcE