Hi All,
I have a database that passes form data to both emails and to word
documents.
The problem I have is that when the email or merge is instructed
access only seems to pass the basic number string.
For example if my form displays $5,650.00 the resultant merged
document shows 5650 only.
I have the format table set to "Currency" and the form set to
currency but neither seems to affect the result.
Does anyone have a solution for this? I'm not concerned that the $
sybol isn't passed but I would like the comma and decimal passed.
(note: it does pass the decimal if there is a value. $5,650.45 shows
as 5650.45)
Cheers
DeZZar
I have a database that passes form data to both emails and to word
documents.
The problem I have is that when the email or merge is instructed
access only seems to pass the basic number string.
For example if my form displays $5,650.00 the resultant merged
document shows 5650 only.
I have the format table set to "Currency" and the form set to
currency but neither seems to affect the result.
Does anyone have a solution for this? I'm not concerned that the $
sybol isn't passed but I would like the comma and decimal passed.
(note: it does pass the decimal if there is a value. $5,650.45 shows
as 5650.45)
Cheers
DeZZar
Comment