I am struggling with marrying forms to reports based on my selections. It would be very nice if I could be pointed to a reference or helpfull info.
I am limited in Access, but feel as though I can grasp conpects once I see them.
I have the following Tables
Employees
Customers
Principals
Orders
A Form in the style of Northwinds Sales Report Dialog, however it adds an "additional master grouping field". This Form contains customers, order date, principals, etc in the first text box and the same in the second test box. There is then a text box for time frames Yearly, quarterly or monthly. Each text box allows for a filter.
What I struggle with is how to marry the selections back to Reports. The first text box transfers the selection to "SalesGroupingField" and the second text box transfers the selection to "SalesReportsFields".
Based on Northwinds it appears standard to have a named "varible" in the Detail section. Is it ok to do the same in a header for the "Master Grouping Field" in order to group by?
Another one of the struggles is that I need to have columns for "Sales", "Commission" and "Employee". Northwinds appears to assign 1,2,3,4 as quarters in Yearly and quarterly report, which appears to be a crosstab report. However is reports are based on singular column values of sales.
Based on what I have supplied in anyones oppinion, would this Northwinds/crosstab style report be best for my design considering I am using named fields? If so does anyone have a good link on using multiple column fields in crosstab reports with code?
I am limited in Access, but feel as though I can grasp conpects once I see them.
I have the following Tables
Employees
Customers
Principals
Orders
A Form in the style of Northwinds Sales Report Dialog, however it adds an "additional master grouping field". This Form contains customers, order date, principals, etc in the first text box and the same in the second test box. There is then a text box for time frames Yearly, quarterly or monthly. Each text box allows for a filter.
What I struggle with is how to marry the selections back to Reports. The first text box transfers the selection to "SalesGroupingField" and the second text box transfers the selection to "SalesReportsFields".
Based on Northwinds it appears standard to have a named "varible" in the Detail section. Is it ok to do the same in a header for the "Master Grouping Field" in order to group by?
Another one of the struggles is that I need to have columns for "Sales", "Commission" and "Employee". Northwinds appears to assign 1,2,3,4 as quarters in Yearly and quarterly report, which appears to be a crosstab report. However is reports are based on singular column values of sales.
Based on what I have supplied in anyones oppinion, would this Northwinds/crosstab style report be best for my design considering I am using named fields? If so does anyone have a good link on using multiple column fields in crosstab reports with code?