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
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