blooberrys
Registered User.
- Local time
- Today, 06:35
- Joined
- Oct 11, 2010
- Messages
- 10
in my table i have these fields : Fee, Amount Paid and Total Owed.
i want the total owed field to subtract the amount paid from the fee.
i made a query and brang the three fields down.
next to total owed i put
Total Owed: [Fee]-[Amount Paid]
In the query it displays the correct amount but doesnt seem to want to save it to the table for some reason
does anyone know why?
and is there a way i can make the feild in the table so it does this sum without making a query?
i want the total owed field to subtract the amount paid from the fee.
i made a query and brang the three fields down.
next to total owed i put
Total Owed: [Fee]-[Amount Paid]
In the query it displays the correct amount but doesnt seem to want to save it to the table for some reason
does anyone know why?
and is there a way i can make the feild in the table so it does this sum without making a query?