MS Access query for time

Posted by nisha on Stack Overflow See other posts from Stack Overflow or by nisha
Published on 2010-04-25T14:23:43Z Indexed on 2010/04/25 14:33 UTC
Read the original article Hit count: 201

Filed under:
|
|
|
|

following data and using MS Access with VB6

UserID UserName LogTime LogDate

1 S 9:00 21/5/2010

1 S 10:00 21/5/2010

1 S 11:00 21/5/2010

1 S 12:00 21/5/2010

1 S 14:00 21/5/2010

1 S 17:00 21/5/2010

Need Output as in below 6 columns:-

1 S 21/5/2010 9:00 21/5/2010 10:00

1 S 21/5/2010 11:00 21/5/2010 12:00

1 S 21/5/2010 14:00 21/5/2010 17:00

© Stack Overflow or respective owner

Related posts about ms

Related posts about access