You can use the aging report
or try this simple query
SELECT cardcode,t1.CardName, t1.CardType,DebPayAcct,t2.Acctname, Balance
FROM ocrd t1
INNER JOIN oact t2 ON t1.DebPayAcct=t2.AcctCode
Cheers
You can use the aging report
or try this simple query
SELECT cardcode,t1.CardName, t1.CardType,DebPayAcct,t2.Acctname, Balance
FROM ocrd t1
INNER JOIN oact t2 ON t1.DebPayAcct=t2.AcctCode
Cheers