473,406 Members | 2,467 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,406 software developers and data experts.

Using Access to write customised form letters

Hi there

The story is as follows: I write up some pretty detailed reports on people,
and what I am wanting to do is speed up the process as a proportion of the
reports that I am writing are quite repetitive.

What I had though of was a form that you select key settings and based on
that it writes out the letter in an intelligent manner:

For example:
-------------------
FORM INPUT
Name [ ]
Sex [ ] (Eg to make it He or She)
Confidence o1o2o3oN/A
Dressed well? o1o2o3oN/A

FORM OUTPUT:
- And if you say selected 1 for confidence the letter would write:
- And sex as Male, then Sex would be He
- And if you say selected 1 for Dressed well the letter would write:

<name> was a very confident and relaxed person to deal with. <sex> was very
well dressed and presented very professionally.
-------------------

Obviously I am not looking to scrimp on actual content at all, and not
actually automate all of the letters, it is just that I would like to speed
up the process so that I can get the bare bones down very quickly.

It seems with the tools that I have it would be easiest to use Access and
Word to do this, but I am not 100% sure of how to do this.

Thanks in advance!
Cheers Jay


Nov 12 '05 #1
3 19563
Depending on the formatting you need, you might be able to do what you want
just in Access Reports. Otherwise, you could create a mail merge with Word.

You'll store the data, create a query that uses the selections to pick
appropriate insertions into text and output to a report, in the first case.

In the second, you could mail merge or you could use automation to control
Word (the second would be a bit more complex, so I wouldn't do that unless
there is real need).

Check Help on these subjects and search the Knowledge Base at
http://support.microsoft.com.

Larry Linson
Microsoft Access MVP
"Jay Best" <ja*****@orcon.net.nzz> wrote in message
news:3f********@news.iconz.co.nz...
Hi there

The story is as follows: I write up some pretty detailed reports on people, and what I am wanting to do is speed up the process as a proportion of the
reports that I am writing are quite repetitive.

What I had though of was a form that you select key settings and based on
that it writes out the letter in an intelligent manner:

For example:
-------------------
FORM INPUT
Name [ ]
Sex [ ] (Eg to make it He or She)
Confidence o1o2o3oN/A
Dressed well? o1o2o3oN/A

FORM OUTPUT:
- And if you say selected 1 for confidence the letter would write:
- And sex as Male, then Sex would be He
- And if you say selected 1 for Dressed well the letter would write:

<name> was a very confident and relaxed person to deal with. <sex> was very well dressed and presented very professionally.
-------------------

Obviously I am not looking to scrimp on actual content at all, and not
actually automate all of the letters, it is just that I would like to speed up the process so that I can get the bare bones down very quickly.

It seems with the tools that I have it would be easiest to use Access and
Word to do this, but I am not 100% sure of how to do this.

Thanks in advance!
Cheers Jay


Nov 12 '05 #2

"Jay Best" <ja*****@orcon.net.nzz> wrote in message
news:3f********@news.iconz.co.nz...
Hi there

The story is as follows: I write up some pretty detailed reports on people, and what I am wanting to do is speed up the process as a proportion of the
reports that I am writing are quite repetitive.

What I had though of was a form that you select key settings and based on
that it writes out the letter in an intelligent manner:

For example:
-------------------
FORM INPUT
Name [ ]
Sex [ ] (Eg to make it He or She)
Confidence o1o2o3oN/A
Dressed well? o1o2o3oN/A

FORM OUTPUT:
- And if you say selected 1 for confidence the letter would write:
- And sex as Male, then Sex would be He
- And if you say selected 1 for Dressed well the letter would write:

<name> was a very confident and relaxed person to deal with. <sex> was very well dressed and presented very professionally.
-------------------

Obviously I am not looking to scrimp on actual content at all, and not
actually automate all of the letters, it is just that I would like to speed up the process so that I can get the bare bones down very quickly.

It seems with the tools that I have it would be easiest to use Access and
Word to do this, but I am not 100% sure of how to do this.

Thanks in advance!
Cheers Jay


Visit the official MVP site:
http://mvp.org
Reed Woodard (MVP)
Nov 12 '05 #3
I do something similar to this using access to create Form letters, If
you have to select the data manually, which it appears that you do,
I'd think a form is your best bet, but in conjunction with a report to
create the printable final product.

You can format the report with your static text and formatting and
then add textboxes to the report which have formulas to access the
values from your forms, or , conditionally, from a database based on
selections you've made on the form.

If you need more help with it email me.

regards,

John O'Brien
Applied Computer Science
"Reed Woodard" <wo*******@yahoo.com> wrote in message news:<52******************************@news.terane ws.com>...
"Jay Best" <ja*****@orcon.net.nzz> wrote in message
news:3f********@news.iconz.co.nz...
Hi there

The story is as follows: I write up some pretty detailed reports on

people,
and what I am wanting to do is speed up the process as a proportion of the
reports that I am writing are quite repetitive.

What I had though of was a form that you select key settings and based on
that it writes out the letter in an intelligent manner:

For example:
-------------------
FORM INPUT
Name [ ]
Sex [ ] (Eg to make it He or She)
Confidence o1o2o3oN/A
Dressed well? o1o2o3oN/A

FORM OUTPUT:
- And if you say selected 1 for confidence the letter would write:
- And sex as Male, then Sex would be He
- And if you say selected 1 for Dressed well the letter would write:

<name> was a very confident and relaxed person to deal with. <sex> was

very
well dressed and presented very professionally.
-------------------

Obviously I am not looking to scrimp on actual content at all, and not
actually automate all of the letters, it is just that I would like to

speed
up the process so that I can get the bare bones down very quickly.

It seems with the tools that I have it would be easiest to use Access and
Word to do this, but I am not 100% sure of how to do this.

Thanks in advance!
Cheers Jay


Visit the official MVP site:
http://mvp.org
Reed Woodard (MVP)

Nov 12 '05 #4

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

Similar topics

4
by: Job Lot | last post by:
I have requirement where client has to call us to get a key to access a particular form. Secondly, I want the code to be valid for a day. Can some guide me in right direction to implement this...
4
by: Nicolae Fieraru | last post by:
Hi All, I am working on a web site in asp which will be hosted on a Windows 2003 server. I use the following code to connect to the database: Set objConn =...
13
by: Stumped and Confused | last post by:
Hello, I really, really, need some help here - I've spent hours trying to find a solution. In a nutshell, I'm trying to have a user input a value in form's textfield. The value should then be...
17
by: HALLES | last post by:
HELLO ! I seek to use a form too fill a file without putting a server on my computer. I am no C# programmer, i can do some things in Javascript but IT CAN T WRITE REWRITE APPEND A FILE ON LOCAL...
2
by: Village | last post by:
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...
45
by: Luvin lunch | last post by:
Hi, I'm new to Access and have been asked to develop a simple Access system to replace one that already exists. There are five users of the current Access system and each of the users works off...
0
by: abhishekjethwani | last post by:
How to write a query to access tree structure form multi table. I m having five tables from them first table give me a data which act as the parameter for query for the second table and the two...
3
tdw
by: tdw | last post by:
Hi all, I am trying to create an Access database for use purely as a more efficient way to enter fields into a Mail Merge for a friend who is an attorney. Currently, I am using Word's mail...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.