I am trying to send some calculations to a word template that we use as a form. We are using office 2000 for this. <br>So far, I am using the following to assign values to bookmarks in word...<br><br>newDoc.Bookmarks("totalPrice"
.Range.Text = Price<br><br>where totalPrice is name of Bookmark in Word and Price is name of textbox control in Access.<br><br>Unfortunately, it does not force the two decimals in Word. Ex. should be 24.60 not 24.6 in Word.<br><br>Can someone help me force decimals in Word?