|
| |
Completed Assignments
SELECT categories.ID, categories.name, assignments.category,
assignments.completed, assignments.businessSector,
assignments.title, assignments.discipline, assignments.scope,
assignments.refnum, assignments.location, assignments.ID AS sID
FROM categories, assignments
WHERE assignments.completed = 1 AND
assignments.category = categories.ID
ORDER BY categories.ID
Below is a list of recently completed
assignments:
| #name# |
| Title |
Business
Sector |
Scope |
Location |
Ref## |
| #title#
|
#businessSector# |
#scope# |
#location# |
#refNum# |
[Back to Top]
[To Current Assignments] [Completed Assignments Archive]
|