updating unbound text-box value for each record
hello !
in my database on fee-voucher i have two fee text-boxes according to dates for every student which are "fee" "late fee" and an unbound control. each text-box have a check-box in front of it and only one check-box can be selected for one record. when a check-box is checked. value of that field goes to unbound text-box next i want to use this value in a query to calculate fee paid in a report. this setup is working fine. Now problem is how to change value of unbound text box according to each record. it is now getting value from only one record and showing this value on all records when i check a check-box in next record then it gets its value from that record and show on all previous and next records how to solve this problem i have to get only one value to calculate on report because every student will pay only one fee (fee or late fee).
database file is attached.
thanks in advance
hello !
in my database on fee-voucher i have two fee text-boxes according to dates for every student which are "fee" "late fee" and an unbound control. each text-box have a check-box in front of it and only one check-box can be selected for one record. when a check-box is checked. value of that field goes to unbound text-box next i want to use this value in a query to calculate fee paid in a report. this setup is working fine. Now problem is how to change value of unbound text box according to each record. it is now getting value from only one record and showing this value on all records when i check a check-box in next record then it gets its value from that record and show on all previous and next records how to solve this problem i have to get only one value to calculate on report because every student will pay only one fee (fee or late fee).
database file is attached.
thanks in advance
Attachments
Last edited: