K
Kevin Labore
I am trying to figure out how to go about this --- the result that I want is:
Columns across top: (Sun - Sat)
Rows (Containing DeptSales $ & DeptSales QTY (units) for Which depts are active)
Each form entry would be for the week.
I am thinking maybe a Form/Subform with a query?
The form would be the weekending date
The Subform would be the entry screen
Query - Crosstab with DOW's on Columns and Dept or rows
I have 2 entries per dept# per day (sales $, and Sale Units)
I have 3 tables which contains DeptSalesDetail (deptdateID,deptnum deptsales, deptsalesqty)
Dept (Deptnum, deptdesc,deptstatus(active or not))
DeptDate (deptdateID, deptdate(date of sales)
can someone offer suggestion or examples of how to go about this
Thanks
Kevin
Columns across top: (Sun - Sat)
Rows (Containing DeptSales $ & DeptSales QTY (units) for Which depts are active)
Each form entry would be for the week.
I am thinking maybe a Form/Subform with a query?
The form would be the weekending date
The Subform would be the entry screen
Query - Crosstab with DOW's on Columns and Dept or rows
I have 2 entries per dept# per day (sales $, and Sale Units)
I have 3 tables which contains DeptSalesDetail (deptdateID,deptnum deptsales, deptsalesqty)
Dept (Deptnum, deptdesc,deptstatus(active or not))
DeptDate (deptdateID, deptdate(date of sales)
can someone offer suggestion or examples of how to go about this
Thanks
Kevin