I need to set up a form that shows the course competencies that a person has completed.
I want a drop down list at the top of the form that is a lsit of all the Courses, when a course is selected I then want the following to be displayed (in datagrid views or whatever anyone thinks will best suit my needs)
Competency Category name
Competency Name | Completed | Completed Date
Competency Name | Completed | Completed Date
Competency Name | Completed | Completed Date
Competency Category Name 2
Competency Name | Completed | Completed Date
Competency Name | Completed | Completed Date
So there are Courses, which contain Categorys (could be any number of categories in each course) and then in each category there are competencies that need to be completed (there could be any number of competencies in each category).
Any ideas??
I have attached the ER diagram of my database in the hope that it will help explain, you can disregard the tables not relating to either courses or cadets.
Only the Categories should be shown that are for the Course selected from the drop down list
I want a drop down list at the top of the form that is a lsit of all the Courses, when a course is selected I then want the following to be displayed (in datagrid views or whatever anyone thinks will best suit my needs)
Competency Category name
Competency Name | Completed | Completed Date
Competency Name | Completed | Completed Date
Competency Name | Completed | Completed Date
Competency Category Name 2
Competency Name | Completed | Completed Date
Competency Name | Completed | Completed Date
So there are Courses, which contain Categorys (could be any number of categories in each course) and then in each category there are competencies that need to be completed (there could be any number of competencies in each category).
Any ideas??
I have attached the ER diagram of my database in the hope that it will help explain, you can disregard the tables not relating to either courses or cadets.
Only the Categories should be shown that are for the Course selected from the drop down list