Ok...I'm just starting to learn recordsets, and some examples I've found, you have to apply mods to your DB. I just need a basic duplicate record check.
I have two tables I’m comparing.
collectionDB : where the user grabs the initial data
tblBK: where the data is stored after user entry.
The fields I’m comparing are: Account Number (from collection DB) and txtAccount (from tblBK)
If the account number selected from the cbo box relating to the collection DB = any txtAccount record from tblBK, then alert there is a dupe.
I've doing a search on this forum and no luck so far. I just need a simple recordset to find dupes, that I can learn from as well. Anyone have one or where to begin?
I appreciate it.
thanks.
I have two tables I’m comparing.
collectionDB : where the user grabs the initial data
tblBK: where the data is stored after user entry.
The fields I’m comparing are: Account Number (from collection DB) and txtAccount (from tblBK)
If the account number selected from the cbo box relating to the collection DB = any txtAccount record from tblBK, then alert there is a dupe.
I've doing a search on this forum and no luck so far. I just need a simple recordset to find dupes, that I can learn from as well. Anyone have one or where to begin?
I appreciate it.
thanks.