Automattic
New Member
- Joined
- Mar 22, 2011
- Messages
- 14
Hey all,
I have one set of data that comes in 15 min intervals that I need to average into 1 hour blocks (tbltest_hourly.[sngpressure]) so that I can subtract it by another data set that's comes in 1 hr intervals (tbltest_cronos.[sngpressure]). The time field is dtmdate for both tables.
The two child tables (tbltest_hourly and tbltest_cronos) are related to each other through a parent table (tblsiteid) that hosts all of the site names.
How do I go about averaging the 15 min data (yyyy/mm/dd hh:nn) so that I can perform operations with the 1 hr data?
If necessary I can fix this in excel (it's a bit messier), before importing, but I was hoping to do this in access.
Thanks in advance,
-A
I have one set of data that comes in 15 min intervals that I need to average into 1 hour blocks (tbltest_hourly.[sngpressure]) so that I can subtract it by another data set that's comes in 1 hr intervals (tbltest_cronos.[sngpressure]). The time field is dtmdate for both tables.
The two child tables (tbltest_hourly and tbltest_cronos) are related to each other through a parent table (tblsiteid) that hosts all of the site names.
How do I go about averaging the 15 min data (yyyy/mm/dd hh:nn) so that I can perform operations with the 1 hr data?
If necessary I can fix this in excel (it's a bit messier), before importing, but I was hoping to do this in access.
Thanks in advance,
-A