473,395 Members | 1,613 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Getting Access to auto creat letters for a mailing list

Hello,

I'm fairly new to access, so I apologise if there is a simple solution
for this, but I have looked everywhere that I can think off to see if
this is possible and how to do it.

I have been tasked with creating a database of customers previous
purchases and then sending out letters to them, these letters would
need to be personalised so that for example: if Mr X brought good Y
then the letter would automatically select a passage of text (paragraph
A for example) and insert it into the body of the letter, if the
customer brought good Z then a different paragraph (paragraph B) of
text would be inserted.

So simply is it possible to get it Access to compose individualised
letters such as these?

Thanks in advance,

Village

Nov 17 '05 #1
2 1929

"Village" <al*********@gmail.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Hello,

I'm fairly new to access, so I apologise if there is a simple solution
for this, but I have looked everywhere that I can think off to see if
this is possible and how to do it.

I have been tasked with creating a database of customers previous
purchases and then sending out letters to them, these letters would
need to be personalised so that for example: if Mr X brought good Y
then the letter would automatically select a passage of text (paragraph
A for example) and insert it into the body of the letter, if the
customer brought good Z then a different paragraph (paragraph B) of
text would be inserted.

So simply is it possible to get it Access to compose individualised
letters such as these?


It is relatively easy if you don't need any fancy formatting because Access'
format applies to everything in the standard text box. This has always been
sufficient for the modest letter-writing capabilities my clients have
needed. It is easy to concatenate text strings, e.g., strGreeting = "Dear
" & strClientTitle & ClientName & ":" Memo fields can hold a significant
amount of text, as can string variables, so you can use those for your
"boilerplate" text.

You can get fancy formatting by using a Rich Text Control -- one used to
come with the Office Developer Edition, but may or may not be in the current
Visual Studio Tools for Office 2003 product; FMS sells one, and I believe
MVP Stephen Lebans has a free one. I caution this will be more work that
the first option.

But, if you can customize with words instead of paragraphs, it might be
easier to use the mail merge facility and do the printing in Word, if you
need a bit more than "plain text".

Larry Linson
Microsoft Access MVP
Nov 18 '05 #2
As Larry said, a Word mail merge would probably take care of this
problem. You would compose a list of customers and their purchases,
then use the mail merge feature and create a template for that data to
run through. You can customize every component of the merged letter,
meaning if you do need to bold or italicize some words here and there
it's just as easy as doing the same thing with a normal Word document.

Access is more powerful in that it gives you many more options and much
more control over the process, but it's also a lot more complicated
than the mail merge.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: porterboy | last post by:
Hi Folks, I have auto-completion set up in my python interpreter so that if I hit the tab key it will complete a variable or a python command*. eg. if I type >>> imp and if I then hit the tab...
1
by: kkrizl | last post by:
I have a form that displays general information about an alarm permit location. There's a subform that shows detailed information about burglar alarms that have gone off at the location. When a...
2
by: Mikey | last post by:
Sample VB .NET source code to create mailing labels or customized letters using MS Word MailMerge This VB .NET source code will start MS Word and call methods and set properties in MS Word to...
1
by: Jim | last post by:
I have a new database in which I have a form where in one field I type a letter A, B, C or D and the field next to it autofills (auto lookups) with a description associated with the specific...
2
by: kartikss | last post by:
Hi!! I have two different addresses ie Residental Address and Office Address. I have also created a drop down list for default option giving Residental and Office, and go to mailing address...
7
by: jjmontreal | last post by:
Help, Short story is I have 2 tables. 1 for the Companies and 1 for the Employees. These are used in a Main form where the user enters the Company info with a sub form for the employees info. (1 to...
0
by: marketing-python-bounces | last post by:
This mailing list has been retired. Please use the new Python Advocacy mailing list instead: http://mail.python.org/mailman/listinfo/advocacy Thanks!
1
by: Webstorm | last post by:
Hi, I hope someone can help me sort this out a bit, Im completely lost. Here is the page I am working on: http://www.knzbusinessbrokers.com/default.asp I have 3 search critera that I need to...
2
by: Edwin.Madari | last post by:
use re module import re template = '^My name is alex' astring = 'My name is alex, and I like pie' if re.match(template, astring): print 'Found it' else: print '%s does not begin with %s' %...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.