Hi Rick,
Here are the statements we ran on the SL database, in order:
select custid, doctype,origdocamt,* from ardoc where batnbr in ('002351', '002352') order by custid
update ardoc set stmtdate = '02/15/2014' where batnbr in ('002351', '002352')
update arstmt set closedatetime = '02/15/2014', lastagedate = '02/15/2014', lastfinchrgdate = '02/15/2014', laststmtdate = '02/15/2014' where stmtcycleid = '01'
update ar_balances set lastagedate = '02/15/2014', lastfinchrgdate = '02/15/2014', laststmtdate = '02/15/2014' where lastfinchrgdate = '03/15/2015'
WORKED PERFECT!! Thank you so much for all your assistance!