hockey8837
Registered User.
- Local time
- Today, 06:36
- Joined
- Sep 16, 2009
- Messages
- 106
Hi,
I need some suggestions on design/setup for tracking mailings.
My DB has 'tblContacts,' 'tblLocation,' and 'tblTreeWork' tables.
We are creating a letter to tell the Contact/homeowner (mailed to the 'ContactAddress') that LocationXYZ ('LocationAddress') is having TreeWorkXYZ done to it.
The contacts need to be selected based off a parameter query for 'funding,' which is stored in 'tblTreeWork'.
So, I have a query which pulls the parameter from a form, and a form which shows the results in a datasheet that the user will export into excel for further manipulation.
I would like to track who's gotten this letter somehow...I'm thinking about making a 'tblMailing' to store the letter date, name, etc...
Is there a way that I can have the user, upon export to excel, or giving the mailing a name, click a button that, say, gives MailingID# and the ContactID # from the above query so that if you open the contact's record, you see all mailings they've received?
Maybe I'm thinking about this in the wrong way... any suggestions would be appreciated.
I need some suggestions on design/setup for tracking mailings.
My DB has 'tblContacts,' 'tblLocation,' and 'tblTreeWork' tables.
We are creating a letter to tell the Contact/homeowner (mailed to the 'ContactAddress') that LocationXYZ ('LocationAddress') is having TreeWorkXYZ done to it.
The contacts need to be selected based off a parameter query for 'funding,' which is stored in 'tblTreeWork'.
So, I have a query which pulls the parameter from a form, and a form which shows the results in a datasheet that the user will export into excel for further manipulation.
I would like to track who's gotten this letter somehow...I'm thinking about making a 'tblMailing' to store the letter date, name, etc...
Is there a way that I can have the user, upon export to excel, or giving the mailing a name, click a button that, say, gives MailingID# and the ContactID # from the above query so that if you open the contact's record, you see all mailings they've received?
Maybe I'm thinking about this in the wrong way... any suggestions would be appreciated.