Z
zyus
In my table i will have two months set of data. my text field [yr] and [mth]
will determine the year & month. Sample of data is as follow
[yr] [mth] [acno] [amt]
2010 01 123 100.00
2010 02 321 200.00
2010 02 123 150.00
What i want to achieve here is how to tag the latest month as "Latest Mth"
and the month before latest month as "Previous Month".
My new query/rpt will be
[yr] [mth] [acno] [amt] [tag]
2010 01 123 100.00 "Previous Month"
2010 02 321 200.00 "Latest Mth"
2010 02 123 150.00 "Latest Mth"
Please note that next month i will have different set of month data where
2010-02 & 2010-03.
Thanks
will determine the year & month. Sample of data is as follow
[yr] [mth] [acno] [amt]
2010 01 123 100.00
2010 02 321 200.00
2010 02 123 150.00
What i want to achieve here is how to tag the latest month as "Latest Mth"
and the month before latest month as "Previous Month".
My new query/rpt will be
[yr] [mth] [acno] [amt] [tag]
2010 01 123 100.00 "Previous Month"
2010 02 321 200.00 "Latest Mth"
2010 02 123 150.00 "Latest Mth"
Please note that next month i will have different set of month data where
2010-02 & 2010-03.
Thanks