On Thu, 3 Feb 2005 11:09:06 -0800, "Frank Casey" <Frank
I need to change the values of a column that is in seconds to minutes by
dividing each cell by 3600
Well, there are 60 seconds in a minute, not 3600 - did you mean hours?
What's the datatype of this field? If it's Long Integer or Date/Time,
you will not get the answer you want: Integer will be truncted to
integer hours (or minutes), and date/time is inappropriate for
durations anyway.
Your reference to "cell" suggests that you're talking about Excel not
Access; are you? If so, Microsoft's Help has landed you in the wrong
newsgroup: try microsoft.public.excel instead.
John W. Vinson[MVP]