Super Easy Mail Merge Error

  • Thread starter chipymunk via AccessMonster.com
  • Start date
C

chipymunk via AccessMonster.com

Hey everyone,

I've imported the Super Easy Mail Merge and its working beuatifully for me.
So much so that I took the liberty of adding two pieces of code. But of
course, my code has the error on it. Here is what I have

The error message says

Run-time Error 3021
No current record

When I click Debug, here is the code

Private Sub Command83_Click()
MergeSingleWord "P:\Database Scanned Documents\Database Objects - Do Not
Modify", True
Me!ROSTERLETTERSENT.Value = Date
Me!ROSTERPOSTAL.Value = True
End Sub

The highlighted line is the Me!ROSTERLETTERSENT.Value = Date.
ROSTERLETTERSENT is a date field and I would like the current date to be put
in that field, when I click the Merge button. Any help is appreciated..
Thanks..

chip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top