Calculated Field

  • Thread starter Thread starter Craig
  • Start date Start date
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
 
This should not be done/stored in the table since it can easily be
calculated in a query, form, report, or code.
 
Back
Top