G
Guest
i have a table contain 5 fields with primary field that i want make query
which breif the table according the field,,, the fields are as example (
name, from, time, to time) and the field name may frequent in the table ,, I
need to obtain the last record for the name
example
name from time to time
b a 10:30 b 11:50
a b 12:30 c 12:40
I want a query to find
name from time to time
a aa 10:00 b 11:00
b a 10:30 b 11:50
a b 12:30 c 12:40
which breif the table according the field,,, the fields are as example (
name, from, time, to time) and the field name may frequent in the table ,, I
need to obtain the last record for the name
example
name from time to time
b a 10:30 b 11:50
a b 12:30 c 12:40
I want a query to find
name from time to time
a aa 10:00 b 11:00
b a 10:30 b 11:50
a b 12:30 c 12:40