Hi, Everyone.
This is my third post. Thank you all for helping in the past. I have a new question I was hoping you could help me with.
I am developing a database for a small non-profit. We generate letters using our Access database, and I am having trouble with the Enclosure line of the merge word doc template.
Parent record Fields:
*LetterID
DateofLetter
LastName
FirstName
Address fields
LetterBody
Signature
Child Fields:
*LetterID
*HandoutCode
Most letters we send out have more than one enclosure (handout). The enclosures are usually different types of free informational handouts. Currently the fields for the content of the letter are propagated by the parent record, and then I enter a new child row for each different enclosure. Each enclosure is entered as a different child because we need a-year-end-count of all the different enclosures we send out for each individual and for the organization as a whole. Also, I use a lookup list so it is easier to remember all the enclosures we send and their appropriate abbreviations. Otherwise, I would just use an Enclosure memo Field and have the users just type out each Enclosure abbreviation.
How do I get it so that I can still keep a count of the enclosures that we send out at the end of the year and have the list of all the enclosures show up on the Enclosure line of my merged letter? With the way I am doing it now, I can only get one enclosure per letter I generate.
Any ideas? Is this an update query procedure? The Access Bible 2002 pg 1032 has something that uses a multiselect list box using add and remove buttons, but I'm not sure if this is what I should be doing. Their example uses a Value List and not a table list, and also, and I cannot tell how I would connect the list of selection to a field in a query or a memo field.
Thanks to everyone out there for any direction you can give.
Bertie
This is my third post. Thank you all for helping in the past. I have a new question I was hoping you could help me with.
I am developing a database for a small non-profit. We generate letters using our Access database, and I am having trouble with the Enclosure line of the merge word doc template.
Parent record Fields:
*LetterID
DateofLetter
LastName
FirstName
Address fields
LetterBody
Signature
Child Fields:
*LetterID
*HandoutCode
Most letters we send out have more than one enclosure (handout). The enclosures are usually different types of free informational handouts. Currently the fields for the content of the letter are propagated by the parent record, and then I enter a new child row for each different enclosure. Each enclosure is entered as a different child because we need a-year-end-count of all the different enclosures we send out for each individual and for the organization as a whole. Also, I use a lookup list so it is easier to remember all the enclosures we send and their appropriate abbreviations. Otherwise, I would just use an Enclosure memo Field and have the users just type out each Enclosure abbreviation.
How do I get it so that I can still keep a count of the enclosures that we send out at the end of the year and have the list of all the enclosures show up on the Enclosure line of my merged letter? With the way I am doing it now, I can only get one enclosure per letter I generate.
Any ideas? Is this an update query procedure? The Access Bible 2002 pg 1032 has something that uses a multiselect list box using add and remove buttons, but I'm not sure if this is what I should be doing. Their example uses a Value List and not a table list, and also, and I cannot tell how I would connect the list of selection to a field in a query or a memo field.
Thanks to everyone out there for any direction you can give.
Bertie