Formatting feild in mail merge

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a date feild from an Access database that is in numerical format and I
would like to change it to a written format (January, 17th, 2005). How do I
re-format it without changing the original source?
 
Just base the merge on a query.

for the date field in the querybuidler, just go:



MyDate:format([DateFieldName,"MMMM, DD, YYYY")
 
How do I change data sources in the mail merge without having to start over
and re-assign each feild in my document?
 
William5271 said:
How do I change data sources in the mail merge without having to start
over
and re-assign each feild in my document?


Hum, I thought the word wizard allowed you to just choose a different
source.....

Just open up the word document, and use the merge wizard again...it should
keep all of your existing fields.

You only added ONE extra field to the query....

All of the field names will be the same except for the one extra new date
field.....

So, keep all of the same fields (and field name) in the query, and just add
an additional column with the formatting as mentioned.

I actually never set the data source in my word merge documents, and have a
ms-access to word merge example
that I use here:

http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html
 
you can also do this on the mail merge (word) side of the equation

I had to do that extensively, when i was using Office Writer.

I mgiht be able to come up with a better example; let me know if you
absoultely need it.
I just don't know what in the heck i'd use as a keyword to find it in
my inbox; I know I would have emailwed that to myself
 
yeah; I looked in my email

yuo have to-- on the word side 'enable toggle codes' or something like
that; and then it's just a simple format mask

hope that helps; if I had something to search on I might be able to
find a better example

I had to do this 100 times just a couple of months ago; it shouldn't
be this hard for me to find stuff LoL
 

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

Back
Top