To recreate that PAID checkbox, Copy this code:
PAID: IIf((Nz([COMMISSION],0)-Nz([txtTotalPayments],0)) <=0.05 And [COMMISSION]>=0,"Yes","No")
Open the query your Report is based on, then paste the code into the query In the area where the field name usually goes.
Then, in the criteria of the...