Create numbering

  • Thread starter Thread starter JA
  • Start date Start date
J

JA

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.
 
James

Why do you want "numbering"? Are you trying to count the number of courses?
Do you want to add a "Course Number" (e.g., English 302)? Please describe
both what and why.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Numbering 1
Add add number 3
Cross tab Question 1
dcount in a crosstab query 3
Crosstab query error 1
Counting occurrances in a chart 5
"Data type mismatch" without any criteria! 6
CrossTab Query Format 2

Back
Top