M
Mark Andrews
I have setup a Microsoft word merge from data in a Microsoft Access database
using Albert Kallal's code (that part works great), I am merging a lot of
fields that have numbers in them and wondering if it's possible to do simple
math in Microsoft Word. There are too many combinations of how the user
might want to do math to include all possibilities from the query in Access
that pulls all the data.
Example: Create a document that has two merge fields and subtracts the two
fields to get the difference.
I played with things like:
{=({MERGEFIELD "Field1"} - {MERGEFIELD "Field2"}) }
but can't figure out how to make it work or if this is possible.
I know this is more of a Microsoft Word question. I don't really use Word
very much (as you can probably tell).
Thanks in advance,
Mark
using Albert Kallal's code (that part works great), I am merging a lot of
fields that have numbers in them and wondering if it's possible to do simple
math in Microsoft Word. There are too many combinations of how the user
might want to do math to include all possibilities from the query in Access
that pulls all the data.
Example: Create a document that has two merge fields and subtracts the two
fields to get the difference.
I played with things like:
{=({MERGEFIELD "Field1"} - {MERGEFIELD "Field2"}) }
but can't figure out how to make it work or if this is possible.
I know this is more of a Microsoft Word question. I don't really use Word
very much (as you can probably tell).
Thanks in advance,
Mark