P
Philip Klaerner
I need some help I am trying to create a query that return date values. This is how I originally set it up and I get date ranges that are earlier then what I want.
---------------------------------------------------
Query is one table query, named Modified
---------------------------------------------------
Query make up
Field: END_Date
Table: Modified
Total: Group By
Sort: (Blank)
Criteria: Between [Enter Start Date:] And >=[Enter End Date]
Field: Company
Table: Modified
Total: Group By
Field: CO TOTALS: Sum((IIf([CONVALESCENT_LEAVE],1,0))+(IIf([HOSPITALIZED],1,0))+(IIf([LIGHT_DUTY],1,0))+(IIf([SIQ],1,0)))
Table: (Blank)
Sort: (Blank)
Total: Expression
----------------------------------------------------
I want to count Y/N for 7 days, Separated into their date and company, see below with out between statement
END DATE COMPANY CO TOTALS
10/8/2009 H&S 2
10/8/2009 SPT 3
10/8/2009 MT 1
EggHeadCafe - Software Developer Portal of Choice
C# Threading Http Requests
http://www.eggheadcafe.com/tutorial...69-7010659bd748/c-threading-http-request.aspx
---------------------------------------------------
Query is one table query, named Modified
---------------------------------------------------
Query make up
Field: END_Date
Table: Modified
Total: Group By
Sort: (Blank)
Criteria: Between [Enter Start Date:] And >=[Enter End Date]
Field: Company
Table: Modified
Total: Group By
Field: CO TOTALS: Sum((IIf([CONVALESCENT_LEAVE],1,0))+(IIf([HOSPITALIZED],1,0))+(IIf([LIGHT_DUTY],1,0))+(IIf([SIQ],1,0)))
Table: (Blank)
Sort: (Blank)
Total: Expression
----------------------------------------------------
I want to count Y/N for 7 days, Separated into their date and company, see below with out between statement
END DATE COMPANY CO TOTALS
10/8/2009 H&S 2
10/8/2009 SPT 3
10/8/2009 MT 1
EggHeadCafe - Software Developer Portal of Choice
C# Threading Http Requests
http://www.eggheadcafe.com/tutorial...69-7010659bd748/c-threading-http-request.aspx