Always in the past, Access has capitalized the “R” and “C” in RecordCount when addressing the record count of an ADODB recordset.
eg. intRecCount = rsMySet.RecordCount
For some reason, it in some places in my code, the capitalization rule has changed and now it only capitalizes the “C”.
eg. intRecCount = rsMySet.recordCount
The code seems to be working so I may be trying to “fix somethin’ that ain’t broke”.
Is there any significance to this change in syntax/capitalization?
Tom
tom@haycoconsulting.com