R
rantz
I have just abandoned excel in favor of access because excel can't
handle all my data. I don't know that much about access.
I have a table in access with date + time in one cell (Swedish format)
Date&time
2005-06-01 00:08:32
2005-06-01 00:08:36
2005-06-01 00:09:02
2005-06-01 00:09:07
2005-06-01 00:09:41
2005-06-01 00:10:51
2005-06-01 00:11:52
2005-06-01 00:13:03
I need a column next to this with accumulated time. Like this:
Date&time accumulated minutes
2005-06-01 00:08:32 0
2005-06-01 00:08:36 0,066666661
2005-06-01 00:09:02 0,499999991
2005-06-01 00:09:07 0,583333333
2005-06-01 00:09:41 1,149999996
2005-06-01 00:10:51 2,316666663
2005-06-01 00:11:52 3,333333327
2005-06-01 00:13:03 4,516666664
In excel this is no problem. I simply use formula '=A3-$A$2' and
copy it down.
The problem is I can't do this in access and the data has 320000 rows
so I can't use excel either.
Can anyone help me with this?
handle all my data. I don't know that much about access.
I have a table in access with date + time in one cell (Swedish format)
Date&time
2005-06-01 00:08:32
2005-06-01 00:08:36
2005-06-01 00:09:02
2005-06-01 00:09:07
2005-06-01 00:09:41
2005-06-01 00:10:51
2005-06-01 00:11:52
2005-06-01 00:13:03
I need a column next to this with accumulated time. Like this:
Date&time accumulated minutes
2005-06-01 00:08:32 0
2005-06-01 00:08:36 0,066666661
2005-06-01 00:09:02 0,499999991
2005-06-01 00:09:07 0,583333333
2005-06-01 00:09:41 1,149999996
2005-06-01 00:10:51 2,316666663
2005-06-01 00:11:52 3,333333327
2005-06-01 00:13:03 4,516666664
In excel this is no problem. I simply use formula '=A3-$A$2' and
copy it down.
The problem is I can't do this in access and the data has 320000 rows
so I can't use excel either.
Can anyone help me with this?