D
Diego
Hi All
i have a table like this:
Name Category Team Speciality
Ken A K1 100m
Ken1 A K1 100m
Bob A K2 100m
Pit A K2 100m
Rich A K3 100m
Dar A K4 100m
Mike A K4 100m
Jim A K3 100m
what i need is to have a query/report that select and order the Name one for
team
Ken A K1 100m
Bob A K2 100m
Rich A K3 100m
Dar A K4 100m
Ken1 A K1 100m
Pit A K2 100m
Jim A K3 100m
Mike A K4 100m
Practically the order is on the team name k1,k2,k3,k4 then k1,k2,k3,k4 and so
on.
Any suggestion are welcome
Thank you
i have a table like this:
Name Category Team Speciality
Ken A K1 100m
Ken1 A K1 100m
Bob A K2 100m
Pit A K2 100m
Rich A K3 100m
Dar A K4 100m
Mike A K4 100m
Jim A K3 100m
what i need is to have a query/report that select and order the Name one for
team
Ken A K1 100m
Bob A K2 100m
Rich A K3 100m
Dar A K4 100m
Ken1 A K1 100m
Pit A K2 100m
Jim A K3 100m
Mike A K4 100m
Practically the order is on the team name k1,k2,k3,k4 then k1,k2,k3,k4 and so
on.
Any suggestion are welcome
Thank you