hello everyone!
i m new to access working on an access 2003 database whice stores the information about monthly fee and admission fee of the students. now question is that is it possible to filling the form by just selecting student name and class. this fee voucher form has a filed named admission fee but students pay admission fee only one time and not every month i want the way to autofill that form for monthly fee every time we select student name and class but there should be a check box or something else that if we click this control automatically include fee in admission fee field (similar requirement for some other fields eg fine arrears, regcharges etc).
table structure is like this:
--------------------------
tbl_admission:
student name
father name
city
class (it takes from tbl_classes)
admission fee
other charges
etc
---------------------
tbl_feevoucher:
student name (which it takes from admission form through lookup)
father name (which it takes from admission form through lookup)
class (it takes from tbl_classes)
monthlyfee
registration charges
van charges
security fee
latefee
etc
now how to generate fee voucher every month automatically and make entries to the records of related tables based on previous fee voucher of a student instead of filling fee voucher manually every month.
as i mentioned above i do not want to add admission fee every month and latefee also. fee should be submitted till 10th of every month if fee is submitted after 10th of month a pre defined latefee should be added into it and after 15th of that month late fee amount would be doubled.
database sample is attached.
thanks in advance
i m new to access working on an access 2003 database whice stores the information about monthly fee and admission fee of the students. now question is that is it possible to filling the form by just selecting student name and class. this fee voucher form has a filed named admission fee but students pay admission fee only one time and not every month i want the way to autofill that form for monthly fee every time we select student name and class but there should be a check box or something else that if we click this control automatically include fee in admission fee field (similar requirement for some other fields eg fine arrears, regcharges etc).
table structure is like this:
--------------------------
tbl_admission:
student name
father name
city
class (it takes from tbl_classes)
admission fee
other charges
etc
---------------------
tbl_feevoucher:
student name (which it takes from admission form through lookup)
father name (which it takes from admission form through lookup)
class (it takes from tbl_classes)
monthlyfee
registration charges
van charges
security fee
latefee
etc
now how to generate fee voucher every month automatically and make entries to the records of related tables based on previous fee voucher of a student instead of filling fee voucher manually every month.
as i mentioned above i do not want to add admission fee every month and latefee also. fee should be submitted till 10th of every month if fee is submitted after 10th of month a pre defined latefee should be added into it and after 15th of that month late fee amount would be doubled.
database sample is attached.
thanks in advance