Quote:
quote:Originally posted by jrwlkn
You should be able to group them together. Check out the grouping and sorting properties of your query.. You can then group them by country and then by province This should do the trick
J
|
U want to say use the broup by clause
Another Q
I want to make a report like this
(say the result of student in a mid term exams)
student_id English UrDu Physics Chymistry Grand total
50 50 50 50 200
123 34 45 34 36 139
124 34 45 34 36 139
125 34 45 34 36 139
126 34 45 34 36 139
.
.
.
.
summary 136 180 136 144
here marks in subjects will be from one table
student_id
subject_id
term_id
marks_obt
the column of grand total from another table
student_id
ctotal_marks
cmarks_obt
term_id
and name of subject from other table
subject_name
subject_id
and name of students that are not mentioned from another table
student_id
fname
mname
lname
Actually my q is
1 here name is broken in to 3 parts How can I assign these 3 feilds to on rpt text box
how can I acheive this style of report