I have assigned to a contact an email address in a 'contact' table. I then have a table for additional email addresses (some of our contacts have home / work / other email addresses), this works fine with the default address always appears in the contact information and the additional emails appear on a pop up box in a list box.
I now want to be able to swap one of the 'additional' email addresses from the separate table to the contact table and move the old (default contact) address to the additional address (i.e. swap them around).
Each additional email address has a unique ID and the contacts have an unique ID too. My guess is that (using VBA) I open each recordset then update the relevent field, but do I have to create a temporary table or can I just pick the values (as variables) then update?
I've tried to search through the posts here and do a google but I'm getting no where as I think my terminology is off!
I now want to be able to swap one of the 'additional' email addresses from the separate table to the contact table and move the old (default contact) address to the additional address (i.e. swap them around).
Each additional email address has a unique ID and the contacts have an unique ID too. My guess is that (using VBA) I open each recordset then update the relevent field, but do I have to create a temporary table or can I just pick the values (as variables) then update?
I've tried to search through the posts here and do a google but I'm getting no where as I think my terminology is off!