R
realspido
Hi, could anybody help me with following problem?
I have a table:
Emp_no Date Time In/out
58001 27/7/06 7:01 In
58001 27/7/06 8:23 Out
58001 27/7/06 11:55 In
58001 27/7/06 17:04 Out
58002 27/7/06 17:00 Out
58003 27/7/06 7:00 In
58003 27/7/06 17:00 Out
What I need to get as result is something like:
Emp_no Date In Out
58001 27/7/06 7:01 8:23
58001 27/7/06 11:55 17:04
58002 27/7/06 - 17:00
58003 27/7/06 7:00 17:00
How to build a query which will do it for me?
APPRECIATE FOR ANY HELP.
Thanks in advance
realspido
I have a table:
Emp_no Date Time In/out
58001 27/7/06 7:01 In
58001 27/7/06 8:23 Out
58001 27/7/06 11:55 In
58001 27/7/06 17:04 Out
58002 27/7/06 17:00 Out
58003 27/7/06 7:00 In
58003 27/7/06 17:00 Out
What I need to get as result is something like:
Emp_no Date In Out
58001 27/7/06 7:01 8:23
58001 27/7/06 11:55 17:04
58002 27/7/06 - 17:00
58003 27/7/06 7:00 17:00
How to build a query which will do it for me?
APPRECIATE FOR ANY HELP.
Thanks in advance
realspido