P
Preston Bjorn
I'm an access hobbyist at best, wondering if anyone might have suggestions
for me.
Picture this: I'm building a database which in part tracks instructor
assignments for a regular course I run. For the sake of simplicity, let's
say the curriculum is built out of a dozen LESSONS, taught by any number of
INSTRUCTORS which I hire from a large pool (always less than 12 per course,
of course; but each may be assigned to one or several of the lessons.
I think I have the basics of the table design, with instructors and their
related demographic data in one table, lessons and their characteristics in
another, and an intermediate table (COURSE_INSTRUCTORS/LESSONS) comprised of
a foreign key from each.
My goal is to be able to generate a report for each course, listing the
instructors and their assigned lectures in an ordered fashion. How best
might I design the form? Ideally, I'd like to chose a course from a
listbox, then pick an instructor from another, and perhaps have checkboxes
for my 12 lessons. But then how do I translate these into text fields in my
report?
Alternately, I suppose I could have each lesson attached to its own listbox
of instructors, but I'm not sure how to set up the table architecture to
capture the data for my report...
Anybody understand? Any suggestions?
Pret Bjorn
Bangor, ME USA
for me.
Picture this: I'm building a database which in part tracks instructor
assignments for a regular course I run. For the sake of simplicity, let's
say the curriculum is built out of a dozen LESSONS, taught by any number of
INSTRUCTORS which I hire from a large pool (always less than 12 per course,
of course; but each may be assigned to one or several of the lessons.
I think I have the basics of the table design, with instructors and their
related demographic data in one table, lessons and their characteristics in
another, and an intermediate table (COURSE_INSTRUCTORS/LESSONS) comprised of
a foreign key from each.
My goal is to be able to generate a report for each course, listing the
instructors and their assigned lectures in an ordered fashion. How best
might I design the form? Ideally, I'd like to chose a course from a
listbox, then pick an instructor from another, and perhaps have checkboxes
for my 12 lessons. But then how do I translate these into text fields in my
report?
Alternately, I suppose I could have each lesson attached to its own listbox
of instructors, but I'm not sure how to set up the table architecture to
capture the data for my report...
Anybody understand? Any suggestions?
Pret Bjorn
Bangor, ME USA