Q
Qaspec
I have a table (tblRecords) with specific times (long time) for each record.
From a query I need to group the resulting records by hour military time
(0600, 0700, 0800....)
I've created another table named tblTime with 3 colums
Hour Start End
0600 6:00:00 AM 6:59:59 AM
0700 7:00:00 AM 7:59:59 AM
0800
and so on...
How do I tie the 2 tables together to have each record from tblRecords
assigned a Military hour?
From a query I need to group the resulting records by hour military time
(0600, 0700, 0800....)
I've created another table named tblTime with 3 colums
Hour Start End
0600 6:00:00 AM 6:59:59 AM
0700 7:00:00 AM 7:59:59 AM
0800
and so on...
How do I tie the 2 tables together to have each record from tblRecords
assigned a Military hour?