I want to add a lot of e-mail addresses to a membership database.
The database has 2 relevant tables
Home details
with fields Group ID: various Address fields: E-mail
Personal Details
with fields GroupID: FirstName: Surname: etc etc
These two are linked by the GroupID field
I have another table with fields FirstName: Surname: E-Mail
I would like to be able to design a query that checks in the Personal Details table for match with FirstName and Surname, and then updates the E-Mail field in the Home Details table.
Is this possible, and how should the query be designed?
Thanks
Leigh
The database has 2 relevant tables
Home details
with fields Group ID: various Address fields: E-mail
Personal Details
with fields GroupID: FirstName: Surname: etc etc
These two are linked by the GroupID field
I have another table with fields FirstName: Surname: E-Mail
I would like to be able to design a query that checks in the Personal Details table for match with FirstName and Surname, and then updates the E-Mail field in the Home Details table.
Is this possible, and how should the query be designed?
Thanks
Leigh