J
Jeff
Hi
I have a db that keeps track of students in a school.
At the moment, I'm printing out the invoices for each student individually,
which takes a long time.
There are fields for the payments. The students can pay the full cost of the
course in upto 6 monthly payments.
Basically, the table is just one. All the basic student details are kept on
one table. Some of theimportant fields are:
Stdref = unique reference key
Fullpay = the full cost of the course
Monthpay = number of months to pay
Doing the math in the report is Ok. What I really want to do is print out
the report, which is the invoice, in one quick click. The problem is: is it
possible to print out a number of invoices using the Monthpay value which
lets say is 6. Therefore the db will print 6 invoices, 1:6, 2:6 3:6 etc.
I want to calculate the cost of each payment by dividing the fullcost field
value by the months field value. Then print out the number of monthly
invoices in one quick click. The monthly invoices are then added together in
a payment book.
It would also be great if I could print out the invoices for ALL the
students in one click instead of selecting the form for each student
individually.
At the moment, I'm selecting each student record individually and printing
out the invoices by setting the printer configurations...it takes a loooong
time!
Thanks for any help and advice in advance
Jeff
I have a db that keeps track of students in a school.
At the moment, I'm printing out the invoices for each student individually,
which takes a long time.
There are fields for the payments. The students can pay the full cost of the
course in upto 6 monthly payments.
Basically, the table is just one. All the basic student details are kept on
one table. Some of theimportant fields are:
Stdref = unique reference key
Fullpay = the full cost of the course
Monthpay = number of months to pay
Doing the math in the report is Ok. What I really want to do is print out
the report, which is the invoice, in one quick click. The problem is: is it
possible to print out a number of invoices using the Monthpay value which
lets say is 6. Therefore the db will print 6 invoices, 1:6, 2:6 3:6 etc.
I want to calculate the cost of each payment by dividing the fullcost field
value by the months field value. Then print out the number of monthly
invoices in one quick click. The monthly invoices are then added together in
a payment book.
It would also be great if I could print out the invoices for ALL the
students in one click instead of selecting the form for each student
individually.
At the moment, I'm selecting each student record individually and printing
out the invoices by setting the printer configurations...it takes a loooong
time!
Thanks for any help and advice in advance
Jeff