Want to subtract 10 from a merged field value.

P

pk

Hi,
I want to subtract 10 from a merged field value. The data
is stored as a string in the .mdb database. Can we do this
calculation?

Prasad.
 
P

Peter Jamieson

As long as the string is recognised by Word as numeric, you should be able
to use an { = } field, e.g.

{ = { MERGEFIELD mynumber }-10 }

where the {} are inserted using ctrl-F9.

You could also consider creating a query in Access with the necessary
calculation and using that as the data source.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top