Hello All,
In one of my access tables, I have a field "time" listing times as hour (i.e. the data entered, contains medium times such as 6:15 AM, 7:16 AM, 9:20 PM etc however I have formatted as "h" to only display the hour). In terms of the new query I need to create, I only need the hour of each time in order to group by hour. However, grouping doesn't work due to initial data being entered with minutes. How can I group specifically by hour in my new query, or how do I convert hour into a number?
Hope someone can help
Cheers!