Hello, (I'm a Novice) Access 2010
I have supplied screen shots for you information.
Trying to compile a report with total number of jobs, Total invoice amount, and Average amount. These three I believe(to the best of my ability) are working.
Total Jobs: Control Source =Sum(1)
Total Invoice Amount: Control Source =Sum([invoice_amount])
Avg Invoice Amount: Control Source =Sum([invoice_amount])/Sum(1)
I am having the following issues though on further breakdowns:
What i want to achieve:
1/ I want to know how may jobs are RTA and How many jobs are Assembled.
This is indicated by a check box, ticked if assembled.
What I have done but errors:
RTA Jobs: Control Source =Sum([Assembled]=False)
Assembled Jobs: Control Source =Sum([Assembled]=True)
This I believe is working however returns a negative number.
2/ I want to breakdown the invoice amount of RTA Jobs and Assembled Jobs.
What I have done but errors:
RTA Jobs $: Control Source =DSum("[invoice_amount]","rptFSales","[Assembled]"=False)
Assembled Jobs $: Control Source =DSum("[invoice_amount]","rptFSales","[Assembled]"=True)
I get the following issue on the report: #Type!
3/ Then the average $ of RTA Jobs and Assembled Jobs.
I have not attempted this due to the errors in question 2/.
4/ I want to show the date ranges that are selected from the reports screen, see screenshot - salesforecast03. on the report.
Not sure how to copy/reference this.
Appreciate your assistance, if i have not supplied enough detail please let me know.
thank you
Jason
I have supplied screen shots for you information.
Trying to compile a report with total number of jobs, Total invoice amount, and Average amount. These three I believe(to the best of my ability) are working.
Total Jobs: Control Source =Sum(1)
Total Invoice Amount: Control Source =Sum([invoice_amount])
Avg Invoice Amount: Control Source =Sum([invoice_amount])/Sum(1)
I am having the following issues though on further breakdowns:
What i want to achieve:
1/ I want to know how may jobs are RTA and How many jobs are Assembled.
This is indicated by a check box, ticked if assembled.
What I have done but errors:
RTA Jobs: Control Source =Sum([Assembled]=False)
Assembled Jobs: Control Source =Sum([Assembled]=True)
This I believe is working however returns a negative number.
2/ I want to breakdown the invoice amount of RTA Jobs and Assembled Jobs.
What I have done but errors:
RTA Jobs $: Control Source =DSum("[invoice_amount]","rptFSales","[Assembled]"=False)
Assembled Jobs $: Control Source =DSum("[invoice_amount]","rptFSales","[Assembled]"=True)
I get the following issue on the report: #Type!
3/ Then the average $ of RTA Jobs and Assembled Jobs.
I have not attempted this due to the errors in question 2/.
4/ I want to show the date ranges that are selected from the reports screen, see screenshot - salesforecast03. on the report.
Not sure how to copy/reference this.
Appreciate your assistance, if i have not supplied enough detail please let me know.
thank you
Jason