M
Maraci
Hi,
I need to add a calculated control to a form that displays the sum of two
fields. These two fields are in the same table. I have come up with:
[tblContract]![MonthlyLessonCost]+[tblContract]![MonthlyRentalCost]=Total
Monthly Cost
also:
=[tblContract]![MonthlyLessonCost]+[tblContract]![MonthlyRentalCost]/[Sum]
and hundreds of of other options, but none seems to work.
Anybody to help me?
Thanks,
Maraci
I need to add a calculated control to a form that displays the sum of two
fields. These two fields are in the same table. I have come up with:
[tblContract]![MonthlyLessonCost]+[tblContract]![MonthlyRentalCost]=Total
Monthly Cost
also:
=[tblContract]![MonthlyLessonCost]+[tblContract]![MonthlyRentalCost]/[Sum]
and hundreds of of other options, but none seems to work.
Anybody to help me?
Thanks,
Maraci