Here it is. I'm sure how I have the last field is probably wrong.
SELECT AccountData.ss, AccountData.account, AccountData.date_service, AccountData.total_charges, AccountData.[3rd_party_payment], [total_charges]-[3rd_party_payment] AS account_balance...