CEH
05-18-2007, 06:56 AM
Having a problem with getting the format correct in a Word document when pulling the info from Access..... This is the common "Merge to Word" code..... One of my fields in Access is currency. In Access I have it set to "currency" decimal at 2.. BUT..... with this code.......
WordObj.Selection.GoTo what:=wdGoToBookmark, Name:="BkMark7"
WordObj.Selection.TypeText [txtBidAnnual]
It shows up in the Word document with 3 digits after the decimal.
So.... Question is... Where do I add the formating in Word to correct this? And.... I actually would like to round this figure to nearest dollar when it shows up in the Word document. Is there a way of doing that in Word?
Thanks
WordObj.Selection.GoTo what:=wdGoToBookmark, Name:="BkMark7"
WordObj.Selection.TypeText [txtBidAnnual]
It shows up in the Word document with 3 digits after the decimal.
So.... Question is... Where do I add the formating in Word to correct this? And.... I actually would like to round this figure to nearest dollar when it shows up in the Word document. Is there a way of doing that in Word?
Thanks