Thread: Add add number
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JA[_2_] JA[_2_] is offline
external usenet poster
 
Posts: 2
Default Add add number

I have a group query:

SELECT Course.course_code, Course.course_name, Count
(Course.ID) AS CountOfID
FROM Course
GROUP BY Course.course_code, Course.course_name;

Is there any way I can add a numbering field (using the
build wizard or any way)to give numbering to records.

Please advise.