Just to piggy-back on Butch's reply, use SQL to query APDoc, specifically the PerClosed table: Select CpnyId, PerPost, PerClosed, BatNbr, Vendid, RefNbr, OrigDocAmt, DocBal, * from APDoc where PerClosed > '201611' (assuming your current period is 201611 in a calendar-year database. Adjust accordingly if not)
↧