S
Sarah
I have two tables -- Companies and People. I want to execute a command that
will search the Companies table in the fields "Last Name" and "First Name"
and see if the people in the Companies table can be found in the People
table. If they are found, I don't want anything else to happen. But if they
are not found, I want to create new People records in the People table
including the information "Last Name," "First Name," "Firm," "Email," and
"Function" fields pulled from the Companies table.
Any help would be appreciated!
will search the Companies table in the fields "Last Name" and "First Name"
and see if the people in the Companies table can be found in the People
table. If they are found, I don't want anything else to happen. But if they
are not found, I want to create new People records in the People table
including the information "Last Name," "First Name," "Firm," "Email," and
"Function" fields pulled from the Companies table.
Any help would be appreciated!