I have a continuous form that lists books assigned to students. The data displayed comes from 2 tables, so I created a stored procedure "spBookReturn" as the record source The fileds are: StudentID, StudentName, BookTitle.
Then I created a combo box "cboStudent" in a header that lists the student names, and is bound to the StudentID.
I would like the form to open with No records returned until I select a name from the combo box. I then want to filter the form to show all the books assigned to the student that I select in the combo box.
In Access I just added the following parameter to the query under the StudentId field --
"=forms!BooksReturnFrm!StudentID"
Then did a requery of the form.
How can I accomplish the same thing in Access Project.
Thanks
Then I created a combo box "cboStudent" in a header that lists the student names, and is bound to the StudentID.
I would like the form to open with No records returned until I select a name from the combo box. I then want to filter the form to show all the books assigned to the student that I select in the combo box.
In Access I just added the following parameter to the query under the StudentId field --
"=forms!BooksReturnFrm!StudentID"
Then did a requery of the form.
How can I accomplish the same thing in Access Project.
Thanks