Thread: Formatting Time
View Single Post
  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Debbie[_3_] Debbie[_3_] is offline
external usenet poster
 
Posts: 4
Default Formatting Time

On Apr 30, 9:57*am, Peter Jamieson
wrote:
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- Hide quoted text -


- Show quoted text -


Thank you for a fast reply. Works great!