B
brentus
I volunteered to help build a database to help the teachers at my
daughter's pre-school generate progress reports. It did not seem to be
a big deal at the time, but I am very stuck.
Requirements: Generate a multi-page progress report for each student
that shows the picture and description of the skills which that student
has mastered. The school sent me .jpg's of each skill (which also
contains the description). What I would like to do is have an Access
database in which the teachers can view a form that has the student
name and checkboxes for each skill. That way I can have a report that
will print the skill pictures for each student based on what the
teachers have checked off in the form.
I started by building 2 tables in Access:
1)tblStudents and
2)tblSkills which contains the fields SkillName, SkillCategory, and
SkillPicture (OLE Object Data Type)
But this is where I get stuck. I tend to think I relate the two
tables, so that I can 1)show all the tblSkill records as checkboxes and
2) have Access generate a related record if a skill is checked. But I
am not sure how to do this.
Also, I cannot help but wonder if there is an easier way to design this
project.
Thanks,
Brent
daughter's pre-school generate progress reports. It did not seem to be
a big deal at the time, but I am very stuck.
Requirements: Generate a multi-page progress report for each student
that shows the picture and description of the skills which that student
has mastered. The school sent me .jpg's of each skill (which also
contains the description). What I would like to do is have an Access
database in which the teachers can view a form that has the student
name and checkboxes for each skill. That way I can have a report that
will print the skill pictures for each student based on what the
teachers have checked off in the form.
I started by building 2 tables in Access:
1)tblStudents and
2)tblSkills which contains the fields SkillName, SkillCategory, and
SkillPicture (OLE Object Data Type)
But this is where I get stuck. I tend to think I relate the two
tables, so that I can 1)show all the tblSkill records as checkboxes and
2) have Access generate a related record if a skill is checked. But I
am not sure how to do this.
Also, I cannot help but wonder if there is an easier way to design this
project.
Thanks,
Brent