Hi! I know this must be wildly simple, but I just don't get it. I have a simple need to track the frequency of grade reports by teachers for each of their students.
I have developed a form which has five unbound controls (3 Combo's and 2 Textboxes). I was told to set them up this way so that I could make Combo2(courses taught by a teacher) limited or filtered based on selection in Combo1(Teachers). And Combo3(Students in a course) could be filtered based upon Combo2(Course selected). And it works via combo query and refresh macros.
Here is my problem: I don't just want to look up the data, I need to track/store the data so that I can check (1) how often a given teacher generates reports? and (2) how often reports generated for a given student? It seems as if the form needs to be bound to an underlying table in order to store numerous records. However, doing so in my setup prevents the filtering I need from box 1 to 2 to 3. Help this novice please!
I have developed a form which has five unbound controls (3 Combo's and 2 Textboxes). I was told to set them up this way so that I could make Combo2(courses taught by a teacher) limited or filtered based on selection in Combo1(Teachers). And Combo3(Students in a course) could be filtered based upon Combo2(Course selected). And it works via combo query and refresh macros.
Here is my problem: I don't just want to look up the data, I need to track/store the data so that I can check (1) how often a given teacher generates reports? and (2) how often reports generated for a given student? It seems as if the form needs to be bound to an underlying table in order to store numerous records. However, doing so in my setup prevents the filtering I need from box 1 to 2 to 3. Help this novice please!