> Need help adjusting balances so we can clean up our accounting.  Any ideas
> would help.  I am in the process of re-creating our invoices and need
> someway to adjust the balances in SQL db.  
> 
> Is there a script that someone knows about that could help us out.  Thanks.
Its a field called Balance in the Master Accounts table.
I guess I don't know what you want to do?  It you just want
to clear them, you could use:
Update MasterAccounts Set Balance=0
Dale