I have one lone problem in finishing up a very comples report. Here is the scenerio:
1) There is a complexity field which can be 1, 2, 3, or 4. Depending on the value chosen in the form, field just pulls over the value. The field name is Project_complexity.
2) There is an Hours field on the report. The hours will depend on the complexity. if it is complesity 1, it is 3 hours, complexity 2 is 4 hours, 3 is 6 hours, and 4 is 10 hours. Using the Choose() function, I have this working great. ("=Choose([project_complexity],3,4,6,10)
3) I have a row of fields that compares the "in_store_date to the current field date. There are dates by week for 4 months) if it is less, it puts the hours in that field using...
=IIf([Week1]<[in_store_date],Choose([project_complexity],3,4,6,10),"0"
4) WHAT I NEED IS THIS....I need s SUM of the [Week1] field at the bottom of the report. Nothing I try seems to work. do you experts have a solution? (example of report below...
complexity in store date 4/1/03 4/8/03 4/15/03
1 4/7/03 3
4 4/17/03 10 10 10
2 4/9/03 4 4
**NEED SUM of ROWS HERE!**
thanks!
![[morning] [morning] [morning]](/data/assets/smilies/morning.gif)
1) There is a complexity field which can be 1, 2, 3, or 4. Depending on the value chosen in the form, field just pulls over the value. The field name is Project_complexity.
2) There is an Hours field on the report. The hours will depend on the complexity. if it is complesity 1, it is 3 hours, complexity 2 is 4 hours, 3 is 6 hours, and 4 is 10 hours. Using the Choose() function, I have this working great. ("=Choose([project_complexity],3,4,6,10)
3) I have a row of fields that compares the "in_store_date to the current field date. There are dates by week for 4 months) if it is less, it puts the hours in that field using...
=IIf([Week1]<[in_store_date],Choose([project_complexity],3,4,6,10),"0"
4) WHAT I NEED IS THIS....I need s SUM of the [Week1] field at the bottom of the report. Nothing I try seems to work. do you experts have a solution? (example of report below...
complexity in store date 4/1/03 4/8/03 4/15/03
1 4/7/03 3
4 4/17/03 10 10 10
2 4/9/03 4 4
**NEED SUM of ROWS HERE!**
thanks!
![[morning] [morning] [morning]](/data/assets/smilies/morning.gif)