harryfraser
Registered User.
- Local time
- Today, 15:09
- Joined
- Dec 14, 2010
- Messages
- 19
Hi,
Been a while since I posted on here but altering the previous project I worked on...
I am trying to create a mailing list feature for the database I previously worked on. I am doing this using an update query. My table structure is as follows:
Contacts
Title
FirstName
Surname
Institution (FK)
Address 1
Address 2
Address 3
Address 4
Address 5
Town/City
Postcode
E-mail
Mailing-list
I want to use an append query to add all the above fields into another table called mailing list (which has all the same fields as above). However, I only want this to be done for the selected record in the contact form. the user will then click a macro button that says 'add user to mailing list'.
Can someone explain to me how I can do this?
Thanks
Harry
Been a while since I posted on here but altering the previous project I worked on...
I am trying to create a mailing list feature for the database I previously worked on. I am doing this using an update query. My table structure is as follows:
Contacts
Title
FirstName
Surname
Institution (FK)
Address 1
Address 2
Address 3
Address 4
Address 5
Town/City
Postcode
Mailing-list
I want to use an append query to add all the above fields into another table called mailing list (which has all the same fields as above). However, I only want this to be done for the selected record in the contact form. the user will then click a macro button that says 'add user to mailing list'.
Can someone explain to me how I can do this?
Thanks
Harry