I have a Billing table with the following fields - BillID(PK), BookingID(FK), BillNo(text), BillPercent(Number) and BillDetails(text).
I need to put in a calculated field after BillPercent, which will give me a sum of the previous BillPercents for the BookingID.
What should the expression be like ?