G
Guest
My datbase looks like this:
ID Date Time
1 20060103 125712
2 20060103 144102
3 20060104 111036
4 20060104 111036
5 20060104 131417
6 20060104 131417
For a given date, can a query filter out the duplicate times ? In the above
example, record 4 and 6 would be filtered out.
Thank you in advance
ID Date Time
1 20060103 125712
2 20060103 144102
3 20060104 111036
4 20060104 111036
5 20060104 131417
6 20060104 131417
For a given date, can a query filter out the duplicate times ? In the above
example, record 4 and 6 would be filtered out.
Thank you in advance