Hi,
There are a set of 10 courses for each student. Each students webpage wud have all 10 listed. Beside the Coursename it wud be listed as ADD/UPDATE ...
example: ENGL1123 ADD (ADD shows up coz the student hasnt added it to the Access dbase yet)
MATH5555 UPDATE (update shows up coz the student has already added the course)
and other 8 courses listed here .....
courses table has cid(prim.key),coursename. Students table has stuid(p.key),cid(fkey),stu_addedby(session username).
How wud i make a query in Access so that all Courses show up on all students pages but show ADD/UPDATE correspondingly??? I tried the Query so many times
using DISTINCT,RIGHT JOIN, LEFT JOIN,etc..but it always shows repeated coursenames for each student...
PLZZ HELP!!
There are a set of 10 courses for each student. Each students webpage wud have all 10 listed. Beside the Coursename it wud be listed as ADD/UPDATE ...
example: ENGL1123 ADD (ADD shows up coz the student hasnt added it to the Access dbase yet)
MATH5555 UPDATE (update shows up coz the student has already added the course)
and other 8 courses listed here .....
courses table has cid(prim.key),coursename. Students table has stuid(p.key),cid(fkey),stu_addedby(session username).
How wud i make a query in Access so that all Courses show up on all students pages but show ADD/UPDATE correspondingly??? I tried the Query so many times

PLZZ HELP!!