Thread: Formatting Time
View Single Post
  #2  
Old April 30th, 2010, 02:57 PM posted to microsoft.public.word.mailmerge.fields
Peter Jamieson
external usenet poster
 
Posts: 4,550
Default Formatting Time

You need

{ MERGEFIELD After_School_Hours \@ "h:mm AM/PM" }

Without the AM/ part, Word substitutes the month number for the "M"
giving you "P4"

Peter Jamieson

http://tips.pjmsn.me.uk

On 30/04/2010 14:14, Debbie wrote:
I am working with a time field within a merge. My switch looks like
this:

{ « MERGEFIELD After_School_Hours» \@ "h:mm PM" }

Once merged, my data says 5:15 P4

Why is it putting P4 instead of PM?

Thanks for your help in advance.

Debbie