Am in need of help with access. I need to program a button which will duplicate all records in a given table containing a value <0 in a specific field
and then it leaves the field value in the original record to be 0.
Example;
I have a table with fields
ID StudentName Grade Fee AmountPaid Balance Overpayment Term
1 name1 2 $100 $150 0 $50 Term 1
I want if any records has a value in overpayment >0 then it should be duplicated while clearing the value in the original record of overpayment field and then changes the term field to term two in the dublicated redord?
Is this possible?