did you try using Date() instead? Now() returns date and time. If you create the field in your query that feeds the merge you can insert it in the word document.
Actually what I was thinking would work is rather than merging directly from a table, use a MSAccess query to pull the records for the merge instead of SQL. In the query create a field called something like
CurrentDate: Date()
And use that field to populate the field in your merge word document.
I'm not too great at SQL or VB, but this approach has worked for me in the past to provide a current date for forms and reports within Access. No reason it wouldn't work for a mergemail.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.