HI all
Quick one
I pulling details from tabel and one the parts is to select the first time and last time in a day that a user writes to the tabel
Example
ID Time User Ext
1 08:00 1 A
2 08:30 1 A
3 08:45 1 A
4 09:00 1 A
5 10:00 1 A
What i need to return are the first tiem and last time
so woudl need
user Start End Ext
1 08:00 10:00 A
Thanks in Advance
Mick
Quick one
I pulling details from tabel and one the parts is to select the first time and last time in a day that a user writes to the tabel
Example
ID Time User Ext
1 08:00 1 A
2 08:30 1 A
3 08:45 1 A
4 09:00 1 A
5 10:00 1 A
What i need to return are the first tiem and last time
so woudl need
user Start End Ext
1 08:00 10:00 A
Thanks in Advance
Mick