BTW, do try Doug's suggestion if you haven't already.
Things worth looking at:
a. assuming the value in the query originates from a table, what is the
data type of the column in that table? Although it seems rather unlikely to
me, if it happens to be defined as a "Currency" type column, there are
problems with that type.
b. does the value actually come from a lookup table (this may seem unlikely
given that we're just talking about a number, but in this case I wondered
whether a lookupmight be used, e.g. to limit the possible values to a
particular subset)
c. of maybe the value is calculated in a function?
d. also perhaps worth modifying the query code so that the value is
returned as a specific type, e.g. using the cint() function.

Signature
Peter Jamieson
http://tips.pjmsn.me.uk
> kGood Morning:
>
[quoted text clipped - 19 lines]
>>> Can anyone tell me what is going on here? Why doesn't Word see the real
>>> number?
Lynda - 26 Feb 2008 18:37 GMT
I am able to get the correct results when I take Doug's suggestion of
confirming the data source on opening. When I chose DDE, then the problem
went away and the true number was retrained. However, this would mean that
everyone I work with would have to change their Word options. I was hoping
for a solution that would be simpler, but this does work.
The value that has been problematic is an integer that is calculated in an
Access query--it is not formatted as currency. I did try the CINT function,
but got the same results with Word changing the number on merge. I even
converted the number to a text field, but Word still saw it differently.
Lynda
> BTW, do try Doug's suggestion if you haven't already.
>
[quoted text clipped - 34 lines]
>>>> Can anyone tell me what is going on here? Why doesn't Word see the
>>>> real number?
Doug Robbins - Word MVP - 26 Feb 2008 19:05 GMT
Try the other suggestion of applying the Format() function in the query.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I am able to get the correct results when I take Doug's suggestion of
>confirming the data source on opening. When I chose DDE, then the problem
[quoted text clipped - 48 lines]
>>>>> Can anyone tell me what is going on here? Why doesn't Word see the
>>>>> real number?
Peter Jamieson - 27 Feb 2008 09:26 GMT
Hmm, you could also try cstr().
Can you provide the query SQL?

Signature
Peter Jamieson
http://tips.pjmsn.me.uk
>I am able to get the correct results when I take Doug's suggestion of
>confirming the data source on opening. When I chose DDE, then the problem
[quoted text clipped - 48 lines]
>>>>> Can anyone tell me what is going on here? Why doesn't Word see the
>>>>> real number?