I'm not sure if this is possible, but here goes.
I have an Access database with several tables. In basic terms, the database contains names of individuals, their contact information and information concerning Group Memberships they belong to. My users want an ability to generate form letters (with different content each time) addressed to specific Group Members.
I have read some information already on Word's ability to mail merge, but these all seem to require that I save queries in advance, which will muddy up the database and make it bulkier than I'd like. Also, I've seen some posts and FAQs dealing with the ability to push data from Access to Word docs already created.
What I am envisioning is something like this: Have a form open in Access asking the user to first choose the Group that they want to create the letter for. Use this selection to programatically create the SQL query for the database information needed to mail merge, then launch Word (or some other text editing device) for letter-body input purposes. At this stage (and this is where my vision fails me) somehow get either the Word letter-body info pushed into an Access Report or pull the database fields into the letter just created in order to produce the mail merge final document.
What I'd like to achieve is a way for a user to generate a Word document or Access Report (without coding or mail merge knowledge) obtaining the mail merge information from the database based on Group Membership. Is that possible? Can anyone point me in the right direction. Much thanks in advance!
I have an Access database with several tables. In basic terms, the database contains names of individuals, their contact information and information concerning Group Memberships they belong to. My users want an ability to generate form letters (with different content each time) addressed to specific Group Members.
I have read some information already on Word's ability to mail merge, but these all seem to require that I save queries in advance, which will muddy up the database and make it bulkier than I'd like. Also, I've seen some posts and FAQs dealing with the ability to push data from Access to Word docs already created.
What I am envisioning is something like this: Have a form open in Access asking the user to first choose the Group that they want to create the letter for. Use this selection to programatically create the SQL query for the database information needed to mail merge, then launch Word (or some other text editing device) for letter-body input purposes. At this stage (and this is where my vision fails me) somehow get either the Word letter-body info pushed into an Access Report or pull the database fields into the letter just created in order to produce the mail merge final document.
What I'd like to achieve is a way for a user to generate a Word document or Access Report (without coding or mail merge knowledge) obtaining the mail merge information from the database based on Group Membership. Is that possible? Can anyone point me in the right direction. Much thanks in advance!