Hello,
Brand new to the forum and newish to access. I have a query to look for data that includes a start and end timestamp as seen below.
shift_date shift_ident equip_ident start_timestamp end_timestamp STATUS_CODE Duration 10/03/2015 2 2555 5:30:00 AM 7:20:00 AM MEC 6600
Im looking to break up the data into hours starting on half past the hour. In excel I'm attempting to see how much of this particular status code occurs during each hour interval. The current query shows all 6600seconds under 5.30am. I would like it to show 5.30am to 6.30am and duration as 3600seconds. Then create a second record below from 6.30am to 7.20am and with a duration of 3000seconds.
I have been told I could use code around the start and end timestamps to create this.
I'm currently using access 2003 and do most of the work in design view as I'm not familiar with VB.
Any help would be great. Excuse the lack of programming terminology.
Thanks