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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Back
Top