I
instereo911 via AccessMonster.com
Hi everyone,
I have two tables Table_POR_Final and Table_Workdays
On Table_POR_Final there are the following fields
ActualStartDate_BAInput
ActualEndDate_BAInput
and on Table_Workdays are two fields "Day" and "Workday". On this table it
shows each day (day) and if it is considered a workday (1 or 0 on Workday)
So what I want to do is say something like this
Sum the Workday values on Table_Workdays between ActualStartDate_BAInput!
Table_Por_Final and ActualEndDate_BAInput!Table_POR_Final
So example
ActualStartDate_BAInput 01/04/2010
ActualEndDate_BAInput 01/08/2010
Workdays (sum of workdays) = 5
So the query would run and sum the numbers in between 01/04 and 01/08
(1+1+1+1+1) and = 5
Is this possible... Am i approaching it wrong (seems like I am)
Thanks all
I have two tables Table_POR_Final and Table_Workdays
On Table_POR_Final there are the following fields
ActualStartDate_BAInput
ActualEndDate_BAInput
and on Table_Workdays are two fields "Day" and "Workday". On this table it
shows each day (day) and if it is considered a workday (1 or 0 on Workday)
So what I want to do is say something like this
Sum the Workday values on Table_Workdays between ActualStartDate_BAInput!
Table_Por_Final and ActualEndDate_BAInput!Table_POR_Final
So example
ActualStartDate_BAInput 01/04/2010
ActualEndDate_BAInput 01/08/2010
Workdays (sum of workdays) = 5
So the query would run and sum the numbers in between 01/04 and 01/08
(1+1+1+1+1) and = 5
Is this possible... Am i approaching it wrong (seems like I am)
Thanks all