HI all,
I'm trying to search through a database that has over 700 records in it. I need to search through it, and look for a duplicate entry in one of the columns. I have tried looping through the database, and even using the recordset.Find method. But both methods seem to clock very badly!!! Sometimes it will take over 2 -3 minutes for it to process. I need this to process (the find, and then if i dont find anything tha tmatches, update the recordset) in about 3-10 seconds.
I plan to have this database grow to a few thousand entries.
Is there a faster way to to this?
Thanx,
Donn
I'm trying to search through a database that has over 700 records in it. I need to search through it, and look for a duplicate entry in one of the columns. I have tried looping through the database, and even using the recordset.Find method. But both methods seem to clock very badly!!! Sometimes it will take over 2 -3 minutes for it to process. I need this to process (the find, and then if i dont find anything tha tmatches, update the recordset) in about 3-10 seconds.
I plan to have this database grow to a few thousand entries.
Is there a faster way to to this?
Thanx,
Donn