I've never really used Recordsets before, so I'm new to this. I understand the concept, it's just the "Extracting" data I'm lost on.
I have a cbo box with account numbers based off Table (A), that populates the form. After the user makes changes, they save the record and it saves to a different table Table (B).
What I want to do, is if the User selects a number from Table A, I want to see if it exists in Table B already. If it does, then prompt a message that is exists. This will prevent duplicate records being entered. I am lost on how to do this. Any advice? Suggestions? Thanks.
I have a cbo box with account numbers based off Table (A), that populates the form. After the user makes changes, they save the record and it saves to a different table Table (B).
What I want to do, is if the User selects a number from Table A, I want to see if it exists in Table B already. If it does, then prompt a message that is exists. This will prevent duplicate records being entered. I am lost on how to do this. Any advice? Suggestions? Thanks.