mountainview
New member
- Local time
- Today, 09:59
- Joined
- Sep 26, 2012
- Messages
- 8
I have a customer database with consists of tables for:
Customer
Contacts
Notes
I have created all the link and the one to many relationships.
I have a field in the contacts table called key words, which i populate with particular products that the individual may be interested in e.g. cars boats etc.
I have a query that looks for individual words when I want to, for example, do a mailshot with new literature for cars. It provides:
Customer and mailing address
Individual employee name salutation etc.
This is exported to Excel with our office then use to produce the mailshot, they also add as additional columns
Date sent
Literature sent
In the Notes table, I record activity with each individual, such as date called, what happened etc.
I would like to be able to take the "date sent" and Literature sent date from the updated Excel sheet, and "import" it to my Notes table for each individual that was sent the literature.
So, I'm exporting data from multiple tables, which all works fine, but I want to add to the Notes table once the mailing is done.
Not sure where to start with this? Any help would be appreciated.
Thanks Paul
Customer
Contacts
Notes
I have created all the link and the one to many relationships.
I have a field in the contacts table called key words, which i populate with particular products that the individual may be interested in e.g. cars boats etc.
I have a query that looks for individual words when I want to, for example, do a mailshot with new literature for cars. It provides:
Customer and mailing address
Individual employee name salutation etc.
This is exported to Excel with our office then use to produce the mailshot, they also add as additional columns
Date sent
Literature sent
In the Notes table, I record activity with each individual, such as date called, what happened etc.
I would like to be able to take the "date sent" and Literature sent date from the updated Excel sheet, and "import" it to my Notes table for each individual that was sent the literature.
So, I'm exporting data from multiple tables, which all works fine, but I want to add to the Notes table once the mailing is done.
Not sure where to start with this? Any help would be appreciated.
Thanks Paul