I'm using VB6 and ADODC to manipulate an ACCCESS 2000
database. From time to time, I wish to check the database
for old data.
As the database may range up to 30,000, I'd like to
see only those that have the same (OwnerCode & SerialNumber)
or have LatestScan < a certain date. OwnerCode & SerialNumber are already contiguous fields in the database,
and LatestScan is already a field in my database.
database. From time to time, I wish to check the database
for old data.
As the database may range up to 30,000, I'd like to
see only those that have the same (OwnerCode & SerialNumber)
or have LatestScan < a certain date. OwnerCode & SerialNumber are already contiguous fields in the database,
and LatestScan is already a field in my database.