ideasworking
Programmer
Hello,
I would like some help with a query. I have a fairly simple table with three fields 1)DateAndTime 2)Total_A 3) Total_B.
Total_A and Total_B are incrementing values so at 9 AM the value of Total_A might be 1000 and at 11 PM the value might be 1234 and so on...
What I would like to retrieve with the query is a daily summary. To do this I need to subtract the beginning of day value from the end of day value.
The results of the query would look something like this.
SummaryDay Daily_Total_A Daily_Total_B
11/1/2006 1234 8763
11/2/2006 1982 7823
Can this be done with a single query and if so how?
Thanks,
Lou
I would like some help with a query. I have a fairly simple table with three fields 1)DateAndTime 2)Total_A 3) Total_B.
Total_A and Total_B are incrementing values so at 9 AM the value of Total_A might be 1000 and at 11 PM the value might be 1234 and so on...
What I would like to retrieve with the query is a daily summary. To do this I need to subtract the beginning of day value from the end of day value.
The results of the query would look something like this.
SummaryDay Daily_Total_A Daily_Total_B
11/1/2006 1234 8763
11/2/2006 1982 7823
Can this be done with a single query and if so how?
Thanks,
Lou