Yes VBAINet, you have my problem exactly, but i am still needing a little help. I am still learning some vb techniques and all.
What i have is a datediff function that finds the time elapsed between start and end time and stores it in minutes. I convert the minutes to hours. ?What i have to do is then take the minutes from the hour field and if the minutes fall into certain ranges then i need to change the minutes to the new value. ie. 0 to 6 becomes 0, 6 to 15.9 is 10, 16 to 25.9 is 20 and so on till 60 minutes.
Not sure at all how to do this. Any help much appreciated.