Thanks KenReay for your response. Actually the table i've shown is the real table itself. One field for the [name] and the other one is the [timestamp]. I named the table [Log]. I want a query that would display the 1st [timestamp] occurence as LogIn and the 2nd or the last [timstamp] occurence...
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]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.