G
Guest
Hi,
I'd like to add a column onto an existing table. The content of the column
should be a calculation based on what is stored another columns of the same
table.
E.g. table name is 'Contract' and reference fields are 'Duration' and
'Amount'. I want to add an Amortization column =
[Contract].[Amount]/[Contract].[Duration]
I used this structure but it says the field is not recognized.
Could you please tell me what the structure should be?
Thanks a lot,
Kanga
I'd like to add a column onto an existing table. The content of the column
should be a calculation based on what is stored another columns of the same
table.
E.g. table name is 'Contract' and reference fields are 'Duration' and
'Amount'. I want to add an Amortization column =
[Contract].[Amount]/[Contract].[Duration]
I used this structure but it says the field is not recognized.
Could you please tell me what the structure should be?
Thanks a lot,
Kanga