qryBilling
tblChargeBack
The query takes all the records in tblChargeBack and does a sum on all records with the same BankID. I need to generate a bill for each bank and update the tblChargeBack’s field IsBilled with a 1/yes once it has been billed so it does not get billed again.
I am not sure how to even start this. Any help would be appreciated.
Thanks
Kenny
tblChargeBack
The query takes all the records in tblChargeBack and does a sum on all records with the same BankID. I need to generate a bill for each bank and update the tblChargeBack’s field IsBilled with a 1/yes once it has been billed so it does not get billed again.
I am not sure how to even start this. Any help would be appreciated.
Thanks
Kenny