I have a date field[trans_date] this has multiple months in the field...I need to pull the last 12 months of data in my query.
Data looks like this:
Acct#,trans_date,trans_amt,journ#.
1234,10/4/02,5900.29,24
I need to take the current month and minus 12 months.
Thanks for your help.
DDBROOK