P
Philip Lages
Hi,
I use this code to insert mergefields filled by an Access DB into a
document .
ActiveDocument.FormFields("txtWerkNaam").Select
ActiveDocument.MailMerge.Fields.Add Range:=Selection.Range,
Name:="naam_werk"
This works fine but the contents of the date fields are formatted dd/MM/yyy
H/mm/ss
I don't want to disply the time in my document.
How can i format mergefields in VBA
Any help appreciated
Philip Lages
I use this code to insert mergefields filled by an Access DB into a
document .
ActiveDocument.FormFields("txtWerkNaam").Select
ActiveDocument.MailMerge.Fields.Add Range:=Selection.Range,
Name:="naam_werk"
This works fine but the contents of the date fields are formatted dd/MM/yyy
H/mm/ss
I don't want to disply the time in my document.
How can i format mergefields in VBA
Any help appreciated
Philip Lages