D
Deepak
Hi
I have table containing all data. Table design is as follows
Field Type
1 Dtd Date/Time
2 StoreName Number; linked with other table storename having store
name details
3 Receipt Qty Number
4 Consumed Qty Number
In all these stores, everyday some material comes (in tonnes), which is
entered in receipt and some material is consumed which is entered in consumed
qty. the material is same for both
So I have e.g,
date Store R C
1-Jan-8 ABC 100 80
1-Jan-8 DEF 60 70
2 Jan-8 ABC 90 90
2 Jan-8 DEF 80 70
enteries in my table. I have as many as 15 stores like this........for which
data needs to be entered daily.
Now i want to generate a report for a particular month like this
Store R/C/S 1 2 3 4 ...... upto
last day of month
ABC R 100 90
C 90 90
S S is stock, on that day.........which can be
calculated from R & C figured and put here
DEF R 60 80
C 70 70
S
I know that i have to use crosstab and vba to generate the report. I have
read several articles on net but none to my help. If you guys could help me
out, i shall be highly thankful to you
I have table containing all data. Table design is as follows
Field Type
1 Dtd Date/Time
2 StoreName Number; linked with other table storename having store
name details
3 Receipt Qty Number
4 Consumed Qty Number
In all these stores, everyday some material comes (in tonnes), which is
entered in receipt and some material is consumed which is entered in consumed
qty. the material is same for both
So I have e.g,
date Store R C
1-Jan-8 ABC 100 80
1-Jan-8 DEF 60 70
2 Jan-8 ABC 90 90
2 Jan-8 DEF 80 70
enteries in my table. I have as many as 15 stores like this........for which
data needs to be entered daily.
Now i want to generate a report for a particular month like this
Store R/C/S 1 2 3 4 ...... upto
last day of month
ABC R 100 90
C 90 90
S S is stock, on that day.........which can be
calculated from R & C figured and put here
DEF R 60 80
C 70 70
S
I know that i have to use crosstab and vba to generate the report. I have
read several articles on net but none to my help. If you guys could help me
out, i shall be highly thankful to you