how do you make a calculation, that may be merged with word

S

Sonny

I am a new access user. I have created calculations in forms that work.
However, the answer does not read the same way in the table, thus, when doing
a merge with word, word cannot read the field.

What should I do?
 
R

Rick B

Merge from a query, not a table.

In a query, you can add a new column and create a calculated field like...


SomeNewFieldName: [SomeField] * [SomeOtherField]



Rick B
 
Top