Hi,
I've been attempting this for about 1.5 weeks now and it's finally getting to me.
What I'm trying to do:
I'm trying to set up a form that shows a combo box (displaying course name) from which the user can select a course (as query criteria) and enter data for all students who are on this "selected" course. (and I want to use the same method to produce reports based on a course name)
What I have tried:
1) I designed the form using a combo box (field list) from the main data table to list all courses. This enabled the user to choose the course required to search on and then to start the query to enter any required data for all students on this course. HOWEVER, everytime I did a search using this it entered the course name chosen into the first student record which had no course assigned.
2) I've tried changing the combo box to one where the courses are inputted as records and pulled from there to make the combo box. I then created the form etc, though this time it didn't show any data - it displayed the combo box but with no choices.
3) So I went back to using the original combo box but put it in it's own table (so it {hopefully} won't interfere with the student records as in example 1) however no it's saying that I can't choose from the combo box as it is locked to an unknown field.
I think I'm getting there slowly, but if anyone can help me along the way - I'd greatly appreciate it.
Cheers (in advance), Kate
I've been attempting this for about 1.5 weeks now and it's finally getting to me.
What I'm trying to do:
I'm trying to set up a form that shows a combo box (displaying course name) from which the user can select a course (as query criteria) and enter data for all students who are on this "selected" course. (and I want to use the same method to produce reports based on a course name)
What I have tried:
1) I designed the form using a combo box (field list) from the main data table to list all courses. This enabled the user to choose the course required to search on and then to start the query to enter any required data for all students on this course. HOWEVER, everytime I did a search using this it entered the course name chosen into the first student record which had no course assigned.
2) I've tried changing the combo box to one where the courses are inputted as records and pulled from there to make the combo box. I then created the form etc, though this time it didn't show any data - it displayed the combo box but with no choices.
3) So I went back to using the original combo box but put it in it's own table (so it {hopefully} won't interfere with the student records as in example 1) however no it's saying that I can't choose from the combo box as it is locked to an unknown field.
I think I'm getting there slowly, but if anyone can help me along the way - I'd greatly appreciate it.
Cheers (in advance), Kate