officework13
Technical User
i am trying to calculate the difference in time b/t 2 events which are on different rows (separate records). For example The 5 fields are as follows:
Employee# Date Time Event# Event Explanation
row 1
405 Jan1/03 9:00am - 101 Sign on
row 2
405 Jan1/03 11:45am - 102 Go for lunch
row 3
405 Jan1/03 1:30pm - 103 back in service
row 4
405 Jan1/03 6:00pm - 104 sign off
I would like to do the following
1. calculate the time b/t each consecutive event.
2. create a new table where each record has the start time of the event and end time of the event (or start time of the next event as well as the description of the next event)
3. Calculate the time b/t sign on and sign off
I am no expert in developing queries using SQL or Modules or Macros (most of my query developments are using the query design mode of ACESS) Therefore i would appreciate if you could explain a little more if i am required to program using any of the above.
sincerely
Ian.
Employee# Date Time Event# Event Explanation
row 1
405 Jan1/03 9:00am - 101 Sign on
row 2
405 Jan1/03 11:45am - 102 Go for lunch
row 3
405 Jan1/03 1:30pm - 103 back in service
row 4
405 Jan1/03 6:00pm - 104 sign off
I would like to do the following
1. calculate the time b/t each consecutive event.
2. create a new table where each record has the start time of the event and end time of the event (or start time of the next event as well as the description of the next event)
3. Calculate the time b/t sign on and sign off
I am no expert in developing queries using SQL or Modules or Macros (most of my query developments are using the query design mode of ACESS) Therefore i would appreciate if you could explain a little more if i am required to program using any of the above.
sincerely
Ian.