Hello,
I've create a very simple database which records payments made for a course. The students can pay in five instalments (payment 1, payment 2, payment 3, payment 4, and payment 5). There is total payment field, and an outstanding balance.
I have currently got the fields in my form calculating the five payments and then placing the results in the total payment and outstanding payment. However, these are not being written back to the table.
Is it possible to either have the total payment and outstanding payments written back to the tables which would make writing a query to find out total payments and outstanding payment simple to write OR can a sum be written in a query to that a total payment and outstanding balance are displayed?
Please let me know if none of the above makes sense. Any help will be greatly received.
Asad
I've create a very simple database which records payments made for a course. The students can pay in five instalments (payment 1, payment 2, payment 3, payment 4, and payment 5). There is total payment field, and an outstanding balance.
I have currently got the fields in my form calculating the five payments and then placing the results in the total payment and outstanding payment. However, these are not being written back to the table.
Is it possible to either have the total payment and outstanding payments written back to the tables which would make writing a query to find out total payments and outstanding payment simple to write OR can a sum be written in a query to that a total payment and outstanding balance are displayed?
Please let me know if none of the above makes sense. Any help will be greatly received.
Asad