599CD.com Access Imaging Seminar Done   Collapse Menus
 
 
NEW Courses - Access Imaging, Excel 2007 Level 5 dismiss
 
   
 

What's New?  |  Courses  |  Theater  |  Demo  |  Tips  |  Blog  |  Forums  |  Search  |  Help  |  Order

 
What do you want to learn today? 
 
 
Courses - Microsoft Access 205
Description: Intermediate Microsoft Access 5
Running Time: 72 minutes
Pre-Requisites: Access 204 very strongly recommended
Versions:
We use Access XP in this course, but the lessons are valid for all versions of Access from 95 to 2003. There are cosmetic changes in Access 2007. Order before 3/14/2010 to get a FREE upgrade to our 2007 version when released!
 
Microsoft Access 205
Intermediate Access 5

Using Our Letter Writer for Mass Mailings, Collection Letters, Generic Sales Letters, Columns in Reports, Post Cards. 72 Minutes.
 

AC205 Major Topics

  • Letter Writer - Mass Mailings
  • Forms ! FormName Notation
  • Multiple Column Reports
  • Printing Post Cards

In this class, we're continuing on with the Letter Writer we started building in Access 204. This time, we're focusing on Mass Mail - making it so you can send mass mailings directly from your database (without using an outside program like Microsoft Word). We'll make a series of collection letters, and a generic letter template for sending things like sales letters and such. We'll also see how to format reports to print Post Cards. If you do any mass-customer correspondence, this is a great class.

We will begin by adding some fields to our Customer table to track which customers have past-due amounts on their account, and what date their bills are due. It's a simplified version of what will come later - a full order-entry system where we can track invoices. But for today, this will do the job.

 

Next, we'll make a query to show us only the customers who have past-due amounts. We'll make it a parameter query so the user can type in the past due date (in case you want to see customers that are 30-days due, 60-days due, etc.)

 

Next, we'll learn all about the Wildcard Field (*) in queries. How you can use it to bring all of the fields from a table into a query, and why it's so very powerful.

 

Next, we'll edit the letter we started building in the last class for individual correspondence, and we'll make it work with our new query for collection letters.

Then, we'll build a new table and form to hold our letters - meaning we will create "stock" letters, like a 30-day past due letter. We can then select which letter we want to send out using this form!

 

We'll see how we can get values from a form into a report, just like we did by getting values across two forms.

 

Next we will learn how to force a new page to start after each customer record so we can print one customer letter to a page.

 

We will learn how to take the specific fields from our query and use them on the report for each customer.

 

We'll then add the capability for the user to enter in the date for the report right on the form - preventing us from having to type it in all the time. Again, this goes back to the topic of getting values across forms and reports.

 

Now that we've built a letter specific to sending collections, with just a little modification we can make this system generic - so we can send everything from sales and promotional letters to holiday greeting cards. We'll begin by adding a field to our customer table so we can track which customers to mail to.

 

We'll create a mailing list query (easy to do) and then create a separate letter report for this generic letter. We'll add a new button to our form to open this letter instead. Plus, I'll teach you a neat trick to make your forms look cool with some rectangles and other effects.

 

We will edit our Customer List Form to show a checkbox where we can quickly and easily add or remove customers to/from our mailing list.

 

Now since we've been working with mailings, we'll spend some time learning how to format a report to print post cards. We'll begin by learning how to turn columns on in our reports. This will let us print four post cards on a page.

 

Then we'll use the same techniques from creating our letter (in fact, I'll show you how to just 'borrow' some of the fields) to create our post cards.

 

Again, if you are interested in using your Access database to do any kind of mass mailing, customer correspondence, post cards, or anything of this nature - or if you want to learn more about formatting reports - don't miss this course!

 

Access 205 Outline
 
1. Past Due Customers
Add fields to CustomerT: AmountDue, AmountDueDate
Create a past due query
Wilcard Field (*) in queries

2. Letter Table & Report
Copy letter to work with new query for collection letters
Create a Letter table to hold your letter text
Create a Letter form
Bringing data from an unbound form field into a report

3. More Letter Report
Force new page after section in reports
Create a greeting line
Place AmountDue and AmountDueDate in letter report
The difference between DefaultValue and ControlSource
Place report date in unbound text box on LetterF

4. Generic Letter Report
Making the letter writer generic so we can send to anyone
Add IncludeInMailing field to CustomerT
Create a Mailing List query
Create a generic letter report
Form design tricks with rectangles
Create a button to open generic letter report
Add IncludeInMailing field to customer list form
Add IncludeInMailing field to customer form
Update main menu with button to letter form

5. Post Cards
Create a blank report to use for post cards
Columns in reports
Sizing the post cards properly
Copying data fields and labels from other reports
 


Try a FREE Demo Lesson

 
 

Huge Discounts Available
When you purchase multiple classes together
Huge savings up to 50% off! Order Now.
 

Student Interaction: Microsoft Access 205

Richard on 1/1/2007:  Using Our Letter Writer for Mass Mailings, Collection Letters, Generic Sales Letters, Columns in Reports, Post Cards. 72 Minutes.
John Robinson on 1/18/2008: Do you have any thing on Access 2007.
Richard Rost on 1/23/2008: Not yet, but I am working on them. I hope to have some basic Access 2007 courses out next month.
 Faxylady on 4/21/2008: Can you watch the courses online if you already own them? This would make things easier if one is not at his home computer.
Richard Rost on 4/26/2008: Faxlady, if you log on to your account at www.599cd.com/AccountInfo, you can click on the VIEW ONLINE link to watch anything in the Theater.
Samuel Afatsao on 9/18/2008: Dear Richard, Your tutorials I purchased some few weeks ago has made a change to my understanding of database. I am developing a database for my personal use by logging all surgeries I perform in order not to be chasing the statistician for help. My questions are: 1. Is it right to create an input form from tables or from queries? 2. Is it correct to create patient diagnosis and surgeries performed using a subform on the main input form derived from tables since a patient can have many diagnosis and surgeries on a single visit? I’ve attached my tables to this mail. Please pay attention to my relational tree and primary as well as foreign keys. I need you to inspect my work. There is more ahead with the work. Thank you for your cooperation. Samuel.
Richard Rost on 9/18/2008: Samuel, to answer your questions: (1) It doesn't really matter whether or not you create your form from a TABLE or QUERY. If you need calculated values (like how I calculate a line total in my videos) then use a query. Otherwise a table is just fine. (2) Yes, you are correct there too. If your Parent Form is based on the VISIT, then your subform could be based on diagnoses or procedures performed for that visit. In fact, you might want to have 2 or 3 different subforms (each based on a sub-table) for each visit: one for diagnoses, one for procedures, and perhaps another for medications subscribed. There's no limit. Now, if you'd like to send me your database so I can take a look at it, make sure you ZIP it up or at least run it through a Compact & Repair so it's small. Email it to my personal email address: richard.rost@amicron.com. Make sure you leave the [599CD] in the subject line to bypass my spam filter. Now, I can't promise that I can get to it right away, but I will look at it for you and make sure you're doing things OK. Make sure to send it in Access 2003 format as I don't have 2007 installed right now.
 
 

You may want to read these articles from the 599CD Blog:

 

 

Need Help
 
Do you have questions about Word, Excel, Access, Web Design, or computers in general? Just ask us anything you'd like. Click here for assistance.
 

Get Free Tips & Tricks
 

Join our mailing list today and get information on our Free Tips & Tricks Newsletter including free video tutorials, eBooks, live seminars, and more.

Email:
Name:
Type in the word to the left:
 
Your email will be kept 100% safe and will never be given to 3rd parties.
 


CLICK HERE for a FREE lesson



Order your first 599CD course now.
Your Satisfaction is Guaranteed!


Subscribe to our RSS FeedWhat's This?

599CD on Facebook  599CD on Twitter  Subscribe to RSS Feed  Add to Live Bookmarks  Add to My AOL  Add to MyYahoo  Add to Google Reader or Homepage    hide help

599CD Home   |   Learn More   |   What's New?   |   Contact Us   |   Free Demo   |   FAQs   |   Order Now   |   Affiliate Program   |   TechHelp   |   MYOLP   |   Jobs   |   Downloads   |   Handbooks  (Text)   |    Mailing List   |   Lost Passwords   |   Referral Program   |   Online Poll   |   Corporate, Educational, Government, Non-Profit Sales   |   Message Forums   |   Testimonials   |   Privacy Policy   |   Free Gift CDs   |   Tips & Tricks

 
 

What's New  |  Home  |  Courses  |  Demo  |  Learn More  |  Contact  |  Order