Recent content by kstephen3

  1. K

    How to position class students on report based on their total marks

    Thanks Anakardian, I have tried that before, but my problem is: After getting the totals for each student, i would like to rank them in positions From the first one to the last one.I was thinking of using a VBA code in which i can pass the query containing these students' marks as a recordset...
  2. K

    calculation

    Is the freight and tax in calculated fields? Are the orders in the detail section of your report? Is your report's a query? If yes, include both the tax and frieght as fields in your query,and drag, drop them on to your report.
  3. K

    How to assign positions on access report

    80 students do exams for which they are awarded marks.For instance see the attachment.The data in this report comes from a query.It belongs to one student(named above) with his Id from the table(not shown herein). Each student in this class has a similar report.I would like to do the following...
  4. K

    Individual reports

    If you have already created the report in design view, switch to layout view on the view tab, just below to the office button. Then in the tools bar and on the "Grouping & Totals" region, click "Group &Sort".On the bottom of your report, click the arrow on the "Group on select field". In the...
  5. K

    How to assign positions on access report

    Hi pals Am working a student management database that keeps track of their records and marks obtained from 15 subjects.Each student has marks for 15 subjects. I have a problem with assigning them positions on their reports in a given class.I would like to base this positioning on the totals of...
  6. K

    How to position class students on report based on their total marks

    Hi Pals I am working a database that manages student's Records including marks for various subjects, but i would like to do the following on each of the students' report cards: a) Display the marks for all the 12 subjects .This one i have done. b) Display a total for all marks of each...
Back
Top Bottom