C
catherine
I have a table (Tblfees) which has FeeID as the Primary
Key and Fees (Text Field) as a List of possible fees.
TblFees
FeeID Fees
1 $90.00
2 $125.00
3 Waived
Is there a way to calculate a total fee charged to a
person? For example, a person may be charged for two
items or more so their record would have:
ItemName 90.00
ItemName 125.00
So I would like a total calculated to show $215.00. Is
this possible with the Fees Field being Text? Thanks so
much.
Key and Fees (Text Field) as a List of possible fees.
TblFees
FeeID Fees
1 $90.00
2 $125.00
3 Waived
Is there a way to calculate a total fee charged to a
person? For example, a person may be charged for two
items or more so their record would have:
ItemName 90.00
ItemName 125.00
So I would like a total calculated to show $215.00. Is
this possible with the Fees Field being Text? Thanks so
much.