Dan,SO Manager | File | Configuration | Accounts tab | put in the month end...
M
Matt Hurst
Save your version to a memorized report and then open it in notpad from the directory: C:\Program Files\Microsoft Retail Management System\Headquarters\Reports
Join the Customer table by adding this to the TablesQueried section before the tag
LEFT JOIN Customer WITH(NOLOCK) ON [Transaction].CustomerID = Customer.ID LEFT JOIN AccountType WITH(NOLOCK) ON Customer.AccountTypeID¬countType.ID
Then add the column to the end of the report with this entry: