Calculated Field

C

Craig

I have a table which records pledges.

It records Number of Payments and Amount.

Is there a way for the Table to generate the Total = [Number of
Payments]*[Amount]

Craig
 
D

Duane Hookom

This should not be done/stored in the table since it can easily be
calculated in a query, form, report, or code.
 
Top