First off, John, you omitted a parenthesis, or added one too many, depending
on how you look at it! Which I have to say is most unusal for you! Should be
either
Hour([TimeField]) + (Minute([TimeField])/60)
or
Hour([TimeField]) + Minute([TimeField])/60
but more importanly, entering, say 7:11 and using your formula will yield
7.18333333333333
which probably isn't exactly what the the OP wants! Of course I could be
wrong! As I tell my fourth wife "I was wrong three times before, maybe four!"
So maybe a combination of your code and Ofer's:
Round(Hour([OriginalTime]) + Minute([OriginalTime]) / 60, 2)
BTW, what are you people up in Balmer doing for crabs, now that Bohagers has
closed down?
--
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000
Message posted via AccessMonster.com