I have a form where I enter callers information. I may have duplicate callers but that's ok. What I want to do is if a caller is a duplicate caller, then after the phone number is entered, it will check that table and automatically enter that caller's information in the table. I have each contact linked to a CallID so a contact can have more than one calls but a call can have only one contact. How can I do this, potentially using ADO or by another method?
Thanks.
Thanks.