jconway
Programmer
- Dec 14, 2005
- 50
I have account transactions grouped on Account Number in my report. There can be anywhere from 1 to 10 transactions for each account, with different dates. I want to show all transactions for any account that has at least one transaction in the past week. I'm trying to come up with the best way to accomplish this and am looking for suggestions.
Example
1 3/1/10 Pmt $100
1 3/15/10 Adj $50
2 1/15/10 Pmt $200
2 4/10/10 Pmt $200
I want to see nothing for account 1, and everything for account 2.
Example
1 3/1/10 Pmt $100
1 3/15/10 Adj $50
2 1/15/10 Pmt $200
2 4/10/10 Pmt $200
I want to see nothing for account 1, and everything for account 2.