I have a table called "voters" that has all the voters from the district. I have another table called "contacts" that is where everyone who calls into the office is entered. What i want to do is search the "voters" table to find someone when they call and then add them to my contacts table. Tried doing this through a form but no luck. Any ideas?