mackymacmac
Programmer
[tt]I have a table [LOG] with no pkey on it. Records inside are as follows:
[Name] [TimeStamp]
Juan 3/29/2008 7:50AM
Macky 3/29/2008 8:00AM
Juan 3/29/2008 9:00PM
Macky 3/29/2008 5:00PM
Is there a SQL command that would display the result like this...
[Name] [LogIn] [LogOut]
Juan 3/29/2008 7:50AM 3/29/2008 9:00PM
Macky 3/29/2008 8:00AM 3/29/2008 5:00PM
Thanks!
[/tt]
[Name] [TimeStamp]
Juan 3/29/2008 7:50AM
Macky 3/29/2008 8:00AM
Juan 3/29/2008 9:00PM
Macky 3/29/2008 5:00PM
Is there a SQL command that would display the result like this...
[Name] [LogIn] [LogOut]
Juan 3/29/2008 7:50AM 3/29/2008 9:00PM
Macky 3/29/2008 8:00AM 3/29/2008 5:00PM
Thanks!
[/tt]