kousotsu
Eeny, meeny, miney...Jim?
- Local time
- Today, 15:46
- Joined
- Apr 2, 2004
- Messages
- 23
I know I shouldn't have to ask this question, but I've obviously blotted this from my head somehow
:
I have a formatted date imported from Excel (Longest date possible: dd/mmmm/yyyy, hh:mm:sss - formatted likewise) upon which I need to operate solely by month. I asked to be able to strip the rest of the irrelevant temporal data, but was denied that option.
What I need to build is a report where Point totals are calculated for each Area and Vendor by Month, summing at the bottom of the report for YTD. I currently have a report that does this for Vendor and Area separately, but only totals for each. How do I operate on this data to pull the Month into the report?
-=--=--=-
FORMAT OF TABLES:
-tblSubstation-
Substation [PK]
Area (seven areas, need a total for each area)
currentVendor[FK - tblVendor]
...
-tblOutage-
eventNumber [PK]
feederNumber [FK - tblFeeder]
beginTime (**this is the field where I'm having issues**)
...
custInterrupt (number of customers interrupted)
Points (dependant on custInterrupt, already populated)
-tblFeeder-
feederNumber [PK]
Substation [FK]
...
-tblVendor-
Vendor [PK]
...
-=--=--=-
Sorry to be so stupid - I know the answer has to be something simple I'm overlooking.
Thanks, in advance!

I have a formatted date imported from Excel (Longest date possible: dd/mmmm/yyyy, hh:mm:sss - formatted likewise) upon which I need to operate solely by month. I asked to be able to strip the rest of the irrelevant temporal data, but was denied that option.
What I need to build is a report where Point totals are calculated for each Area and Vendor by Month, summing at the bottom of the report for YTD. I currently have a report that does this for Vendor and Area separately, but only totals for each. How do I operate on this data to pull the Month into the report?
-=--=--=-
FORMAT OF TABLES:
-tblSubstation-
Substation [PK]
Area (seven areas, need a total for each area)
currentVendor[FK - tblVendor]
...
-tblOutage-
eventNumber [PK]
feederNumber [FK - tblFeeder]
beginTime (**this is the field where I'm having issues**)
...
custInterrupt (number of customers interrupted)
Points (dependant on custInterrupt, already populated)
-tblFeeder-
feederNumber [PK]
Substation [FK]
...
-tblVendor-
Vendor [PK]
...
-=--=--=-
Sorry to be so stupid - I know the answer has to be something simple I'm overlooking.
Thanks, in advance!