Formatting Merge Fields in Word Mail Merge 
Author Message
 Formatting Merge Fields in Word Mail Merge

Running Word Mail Merge from Access procedure. How do I format date fields
in Word mail merge?  The merge fields come from an access db via ODBC
connection.

Thanks Gregg



Sat, 24 Aug 2002 03:00:00 GMT  
 Formatting Merge Fields in Word Mail Merge
You could use an Access query as the data source, and the query can
include a calculated column like:
FormattedDate: Format(DateField, "mmm-d-yyyy")

 -- Andy

Quote:

>Running Word Mail Merge from Access procedure. How do I format date fields
>in Word mail merge?  The merge fields come from an access db via ODBC
>connection.

>Thanks Gregg



Sun, 25 Aug 2002 03:00:00 GMT  
 Formatting Merge Fields in Word Mail Merge
In Word you would display field codes (Alt+F9) and then use formatting

In Microsoft Word Help follow this path for more info,
1. Help Topics -> Index
Search for: "MERGEFIELD field"
2. Click the link at the bottom [>>]

HTH, John.


Quote:
> Running Word Mail Merge from Access procedure. How do I format date fields
> in Word mail merge?  The merge fields come from an access db via ODBC
> connection.

> Thanks Gregg



Sun, 25 Aug 2002 03:00:00 GMT  
 Formatting Merge Fields in Word Mail Merge
Two viable solutions...Thank you both.  I may use the field code formatting
solution but I would like to implement it in Access in automation code.  Has
anyone done field formatting in VBA automation code?  I'm assuming that each
field would need to be bookmarked so that I know which field to go to insert
formatting ?

Thanks Gregg


Quote:
> Running Word Mail Merge from Access procedure. How do I format date fields
> in Word mail merge?  The merge fields come from an access db via ODBC
> connection.

> Thanks Gregg



Mon, 26 Aug 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Word Mail Merge Err - Word could not merge...

2. format of fields used in word mail merge

3. Mail Merge BarCodes / Mail Merge Insertion Point

4. auto updating a field after mail merge to word

5. Numeric custom fields and Word Mail Merge

6. Getting mail merge fields back from Word

7. Word Mail merge field TO MS Access???

8. HTML forms, Word, e-mail and mail merge

9. creating word mailing labels with Mail Merge

10. HTML forms, Word, e-mail and mail merge

11. (Access/Word Merge) Automating Saving of Merge Results

12. (Access/Word Merge) Automating Closing of Main Doc Containing Merge Codes

 

 
Powered by phpBB® Forum Software