mailmerge

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

TrustPilot

starstarstarstarstar Excellent

  • Home
  • Courses
  • Promotions
  • Schedule
  • Formats
  • Our Clients

Forum home » Delegate support and help forum » Microsoft Access Training and help » Mailmerge

Mailmerge

resolvedResolved · Medium Priority · Version 2003

Lynne has attended:
Access Intermediate course

Mailmerge

Hi

When I run a mailmerge from our database the mailmerge word documents usually come up with a box in the middle of the screen saying that data will be taken from a named table, do I wish to continue.

This box has disappeared and I have to open the data source each time.

Can you advise please why this has happened?

Thanks and regards
Lynne Loving


 

Access tip:

How To Find All Overdue Accounts?

To find overdue accounts create a filter that compares today's date with the Invoice Date in the table. To do this:

1. Open the Query in Design View
2. Select the field for the filter and in the criteria row enter:

<Date()

This filter returns records where the Invoice Date is before today's date.

This filter can be manipulated if, for instance, Invoices are due 15 days after the Invoice Date. For this the filter would be:

<Date()-15

This filter returns records where the Invoice Date is 15 days before today's date.

View all Access hints and tips


Server loaded in 0.09 secs.