Hi
Is it possible to break the same from {01/01/2012} to {31/12/2012} into month like;
JAN
FEB
MAR
..
..
DEC
through select sql...
The fields of the table are as follows:
1. Sino C(8)
2. Invdate D ({01/01/2012}-{31/12/2013})
3. Qntymaj N(10,2)
4. RateMaj N(10,3)
5. QntyMin N(10,2)
6. RateMin N(10,3)
I want amount=iif(ratemin#0,qntymin*ratemin,qntymaj*ratemaj) to be break into months. Please guide
Thanks
Saif
Is it possible to break the same from {01/01/2012} to {31/12/2012} into month like;
JAN
FEB
MAR
..
..
DEC
through select sql...
The fields of the table are as follows:
1. Sino C(8)
2. Invdate D ({01/01/2012}-{31/12/2013})
3. Qntymaj N(10,2)
4. RateMaj N(10,3)
5. QntyMin N(10,2)
6. RateMin N(10,3)
I want amount=iif(ratemin#0,qntymin*ratemin,qntymaj*ratemaj) to be break into months. Please guide
Thanks
Saif