H
HKKS
Hello All,
I am trying to get query results from multiple tables, such as
StudentDatabase and TestScores. The relationship is set through a common
StudentID field. I have set up a form to allow a simple user interface. The
query is as follows:
Field: Score
Table: Test Scores
Criteria: Like Forms![frmDetailed Student Report (bands)]![txtTestScore] & "*"
Field: LastName
Table: Student Database
Criteria: Like Forms![frmDetailed Student Report (bands)]![cmbLastName] & "*"
If I include just the Test Score OR Student Database in the query then it
comes up with the results, but when I include 2 or more tables an input box
always comes up before the report is generated prompting the user with
LastName.Student Database or Score.Test Scores. Nothing is displayed even if
criteria is entered.
Any ideas what I am missing?
Thanks so much for your help.
I am trying to get query results from multiple tables, such as
StudentDatabase and TestScores. The relationship is set through a common
StudentID field. I have set up a form to allow a simple user interface. The
query is as follows:
Field: Score
Table: Test Scores
Criteria: Like Forms![frmDetailed Student Report (bands)]![txtTestScore] & "*"
Field: LastName
Table: Student Database
Criteria: Like Forms![frmDetailed Student Report (bands)]![cmbLastName] & "*"
If I include just the Test Score OR Student Database in the query then it
comes up with the results, but when I include 2 or more tables an input box
always comes up before the report is generated prompting the user with
LastName.Student Database or Score.Test Scores. Nothing is displayed even if
criteria is entered.
Any ideas what I am missing?
Thanks so much for your help.