Regards,
I need solution on this that i have a school database i have a query named "Voucher" where the fields are;
Issuedate: showing the date of voucher issue date
Paiddate: showing the date on which the payment made
Monthlyfee: showing the actual monthly fee of the student
Paid: showing the amount paid against monthly fee
GR: showing the student identity which is not as duplicate
Advance: showing a field specific for those student who pays in advance and the total sum of fee to be mentioned here for example if GR 101 monthly fee is 2000 and paying 5 months in advance then the value in the advance field will me mentioned with 10,000 now what i want is that after generating next month voucher the query to calculate the advance payment with respect to the previous advance payment and in the field of "paid" the monthly fee amount to be come automaticaly till the completion of 5 months.
I need solution on this that i have a school database i have a query named "Voucher" where the fields are;
Issuedate: showing the date of voucher issue date
Paiddate: showing the date on which the payment made
Monthlyfee: showing the actual monthly fee of the student
Paid: showing the amount paid against monthly fee
GR: showing the student identity which is not as duplicate
Advance: showing a field specific for those student who pays in advance and the total sum of fee to be mentioned here for example if GR 101 monthly fee is 2000 and paying 5 months in advance then the value in the advance field will me mentioned with 10,000 now what i want is that after generating next month voucher the query to calculate the advance payment with respect to the previous advance payment and in the field of "paid" the monthly fee amount to be come automaticaly till the completion of 5 months.