B
benner
I am not sure if this is the best way to organize things or if it is even
possible so any input would be helpful.
I am creating a database for teachers to plan cross-curricular units around a
pretty confusing curriculum. So here's how it goes:
The teacher selects from a list of 'themes' (can only choose one, so this is
easy.) Each 'theme' has a handful of 'descriptors'. Based on their theme
selection, they get a list box of descriptors that match that theme. I
learned how to do a little VB to get the code right to do that.
But next, they have to select from a list of 'science strands' (ie living
things, materials and matter) but in this case, they may actually choose more
that one. Then, each 'science strand' has its own 'descriptors'. Again,
they may select more than one of those for each strand.
Then, this goes on for social studies, music, drama, PE, etc... So a teacher
that is doing a unit about 'kitchen chemistry' may include elements of
science, math, language and so on and they can select all the relevant
curriculum data from these cascading listboxes. then, once all the teachers
have put in their data, the principal can see what curriculum stuff has been
taught where and when.
So as it is, I am looking to create a multiselect listbox that then updates a
second multiselect listbox. so if they choose one strand, and it has 3
descriptors, then those 3 descriptors will appear in the box. but if they
choose 2, then maybe 6 descriptors appear in the box.
this is probably not the best way to organize things. the other way that i
am thinking would be just to offer extra boxes so for each subject, there are
2 'boxes to enter 'strands' then each one of those has its own 'descriptors'
box.
this will make a pretty long and busy-looking form.
this is the first database i have ever made and it has been quite a trip
learning how to do it. i wold appreciate any guidance to get me through it
all.
thanks in advance for any contributions
possible so any input would be helpful.
I am creating a database for teachers to plan cross-curricular units around a
pretty confusing curriculum. So here's how it goes:
The teacher selects from a list of 'themes' (can only choose one, so this is
easy.) Each 'theme' has a handful of 'descriptors'. Based on their theme
selection, they get a list box of descriptors that match that theme. I
learned how to do a little VB to get the code right to do that.
But next, they have to select from a list of 'science strands' (ie living
things, materials and matter) but in this case, they may actually choose more
that one. Then, each 'science strand' has its own 'descriptors'. Again,
they may select more than one of those for each strand.
Then, this goes on for social studies, music, drama, PE, etc... So a teacher
that is doing a unit about 'kitchen chemistry' may include elements of
science, math, language and so on and they can select all the relevant
curriculum data from these cascading listboxes. then, once all the teachers
have put in their data, the principal can see what curriculum stuff has been
taught where and when.
So as it is, I am looking to create a multiselect listbox that then updates a
second multiselect listbox. so if they choose one strand, and it has 3
descriptors, then those 3 descriptors will appear in the box. but if they
choose 2, then maybe 6 descriptors appear in the box.
this is probably not the best way to organize things. the other way that i
am thinking would be just to offer extra boxes so for each subject, there are
2 'boxes to enter 'strands' then each one of those has its own 'descriptors'
box.
this will make a pretty long and busy-looking form.
this is the first database i have ever made and it has been quite a trip
learning how to do it. i wold appreciate any guidance to get me through it
all.
thanks in advance for any contributions