sandhurstUK
Must change my user name
- Local time
- Today, 10:07
- Joined
- Feb 15, 2002
- Messages
- 42
The following code returns the data I need, but places the 'Totals' within the list. How can I force the code to place the Total at the end, ie after the last Z entry?
Select Targets.Surveyor, Targets.[2002 Target], Targets.SS, Targets.MAP, Targets OOA
From Targets
Order by Targets.Surveyor
Many thanks
Ian
Select Targets.Surveyor, Targets.[2002 Target], Targets.SS, Targets.MAP, Targets OOA
From Targets
Order by Targets.Surveyor
Many thanks
Ian