TCARPENTER
Programmer
I hope I'm in the right spot for this...
I have a small table:
Account_Activity
[ul]
[li]AA_Recnum - PK[/li]
[li]Tenant_Name - FK[/li]
[li]AA_TDate - Date - Transaction date[/li]
[li]AA_TAmount - Currency - Tennant amount[/li]
[li]AA_SAmount - Currency - Subsidy amount[/li]
[/ul]
I need to create a summary query by month, showing whether they're behind or paid up. I keep getting close, and I've searched through all the threads but I can't seem to get what I need. When I group on name and date, I get a line for each transaction date (sometimes there can be many). How can I get what I need?
I have a small table:
Account_Activity
[ul]
[li]AA_Recnum - PK[/li]
[li]Tenant_Name - FK[/li]
[li]AA_TDate - Date - Transaction date[/li]
[li]AA_TAmount - Currency - Tennant amount[/li]
[li]AA_SAmount - Currency - Subsidy amount[/li]
[/ul]
I need to create a summary query by month, showing whether they're behind or paid up. I keep getting close, and I've searched through all the threads but I can't seem to get what I need. When I group on name and date, I get a line for each transaction date (sometimes there can be many). How can I get what I need?