:D I am trying to create a CrossTab query from a table of expenses:
tblExpenses:
PropertyID
ExpenseType
Amount
There are many kinds of Expense Types. I want to use ExpenseType as the column header, BUT I want there to be 3 categories "Rent Expense," "Taxes," and "Other."
HOW do I group all...