B
Billy Rogers
I have a coworker who has just taken over a report and has asked my help on
simplifying a reporting process. Currently she is copying query data into
excel and adding a forumula column. In the new column the first value is
zero but after that the value of each cell is the value of a datetime column
in the same row subtracted from the same datetime column in the row
above....eg. c2= B2-B1...and then the data is copied back into Access.
I wanted to see if there was a way of doing this without excel. I think
this may have to be done with a recordset using VBA but i wanted to see if
there is a way to do this with a query. I can't seem to think of a way to
do this with a query.
Thanks,
--
Billy Rogers
Dallas,TX
Currently Using SQL Server 2000, Office 2000 and Office 2003
http://thedataguru.blogspot.com/
simplifying a reporting process. Currently she is copying query data into
excel and adding a forumula column. In the new column the first value is
zero but after that the value of each cell is the value of a datetime column
in the same row subtracted from the same datetime column in the row
above....eg. c2= B2-B1...and then the data is copied back into Access.
I wanted to see if there was a way of doing this without excel. I think
this may have to be done with a recordset using VBA but i wanted to see if
there is a way to do this with a query. I can't seem to think of a way to
do this with a query.
Thanks,
--
Billy Rogers
Dallas,TX
Currently Using SQL Server 2000, Office 2000 and Office 2003
http://thedataguru.blogspot.com/