Transferring calculations into report

T

Tomtheappraiser

I have created forms that have calucaltions in them from other fields.
However, when I go to create a report from that form, I have to go in and
manually enter the calculations all over again inthe report design.

Is there a way to embed those calculations when I create the fields, so i
don't have to reenter everytime I creat a new report?
 
O

Ofer Cohen

You can base the form and report on the same query, where the calculated
field will be in the query

Select FieldName, FieldName2 , FieldName + FieldNAme2 As SumFields From
TableName

That way you can access the field "SumField" from both, form and report
 

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