View Full Version : mergemail wrong format


adaniele
05-14-2007, 05:37 PM
Hi guys,
Here is my problem.
I have a 2k access database with 1 table. I can successfuly merge everything into a new word document. However, i have 2 issues:
1- i have a date field that is displayed like 12:00:00Am when is null
2- some numbers (single/decimals/2) are shown like 12.700001 when the value should be 12.7

Can somebody let me know why?

thx, max.

adaniele
05-15-2007, 02:51 PM
date format: I change that field to be text instead. Then I gave the right format in the merge document (\@ dd/MM/yyyy)

numbers: added the right format in the merge document. (\# 00.000)

thx, max.