Calculated Fields

  • Thread starter Thread starter Cute Techie
  • Start date Start date
C

Cute Techie

Hello everyone,

Is it possible to create a calculated field in a Table? For example, in the
table their are 2 fields, one for cost and another for quantity. Is it
possible for the 3rd field be a calculated field with the answer being the
default, through use of a formula; possibly as a default value, without
creating a calculated field in a query?

Thank you for any help.
 
Tables are for only storing data and do NOT try to store calculated amounts
via a make-table query.
 
Cute Techie said:
Hello everyone,

Is it possible to create a calculated field in a Table? For example, in
the
table their are 2 fields, one for cost and another for quantity. Is it
possible for the 3rd field be a calculated field with the answer being the
default, through use of a formula; possibly as a default value, without
creating a calculated field in a query?

Thank you for any help.
 
Back
Top