Merge data to Word

JohnWard1947

New member
Local time
Today, 01:35
Joined
Feb 25, 2005
Messages
6
I am using merge in Word to import a calculation from an Access query. The query calculation displays to 2 decimal points by setting format and decimal places - no problem here. In the Word merge field, the calculation is displayed to about 15 decimal places. I only want two decimal places. Any ideas?

Thanks
John
 
Format only changes the display, not the underlying data. Use Round() in your query to get the precision you want.
 

Users who are viewing this thread

Back
Top Bottom