tjarvas
04-26-2004, 09:31 AM
I actually have two questions.
1) I am created a summary page for data that is in a table. Here the function that I want to use.
IIf([Date Settled] Between #9/1/2003# And #9/30/2003#,Sum([Excess Mileage])).
I would like to set the report the table instead of a query. The Calculation is in the detail section and the Labels are in the report header section. It will just be a 1 page report. Is that the right fucntion to use or do I have to use a query?
2) Right now the aloignment is way off. The Labels are above the calculation. How do you align them?
Thanks!
1) I am created a summary page for data that is in a table. Here the function that I want to use.
IIf([Date Settled] Between #9/1/2003# And #9/30/2003#,Sum([Excess Mileage])).
I would like to set the report the table instead of a query. The Calculation is in the detail section and the Labels are in the report header section. It will just be a 1 page report. Is that the right fucntion to use or do I have to use a query?
2) Right now the aloignment is way off. The Labels are above the calculation. How do you align them?
Thanks!