M
MurfQ
Ok, here's what I'm trying to do. Hopefully someone with more experience in
this area can help me out. I have a table set up in Word 2003 that receives
information from an Access 2003 database. The merge is performed from a
macro/module in Access. Basically, the user selects the record they want to
use to fill in the form in Word, they hit a button and a macro runs that
sends that record to the Word template that is set up as a merge. All this
works great except for one problem that seems like it should be so simple.
The form is also supposed to contain the current date at the time that this
merge is done. This information is not coming from the database. That should
be easy but I'm having a great deal of difficulty with it. If I put the date
in as a date field in the template, it will give the correct date, but it
will be an automatically updating date, meaning when the user opens the
document on another day, it will be changed to that date instead of remaining
as the date that it was created which is what I need. I thought that an easy
way around this would be to use the createdate field in the template. Since a
new document is being created at the time of the merge, I thought that this
would give me the creation date of said new document which is exactly what I
need. Unfortunately, when I use that field, it does not preserve the field
when doing the merge, so it is no longer a field in the new document and
therefore just has the creation date from the template.
Surely I don't have to resort to programming just to put the current date
into my newly merged document without having it further update in the future
do I? There must be something simple that I'm missing? Any help would be
greatly appreciated!
this area can help me out. I have a table set up in Word 2003 that receives
information from an Access 2003 database. The merge is performed from a
macro/module in Access. Basically, the user selects the record they want to
use to fill in the form in Word, they hit a button and a macro runs that
sends that record to the Word template that is set up as a merge. All this
works great except for one problem that seems like it should be so simple.
The form is also supposed to contain the current date at the time that this
merge is done. This information is not coming from the database. That should
be easy but I'm having a great deal of difficulty with it. If I put the date
in as a date field in the template, it will give the correct date, but it
will be an automatically updating date, meaning when the user opens the
document on another day, it will be changed to that date instead of remaining
as the date that it was created which is what I need. I thought that an easy
way around this would be to use the createdate field in the template. Since a
new document is being created at the time of the merge, I thought that this
would give me the creation date of said new document which is exactly what I
need. Unfortunately, when I use that field, it does not preserve the field
when doing the merge, so it is no longer a field in the new document and
therefore just has the creation date from the template.
Surely I don't have to resort to programming just to put the current date
into my newly merged document without having it further update in the future
do I? There must be something simple that I'm missing? Any help would be
greatly appreciated!