T
Terry
Hi,
I need to devise a query that will diplay student details for students
who have passed tests 1, 2 and 3.
My table(StudentTbl) contains personal data: FirstName (Text Box),
LastName (Text Box) etc and ExamTble contains contains details of
results: TestID(Text Box), Pass (Chech Box), Fail (Check Box) etc.
The tables have a one to many relationship.
I have tried using the criteria for TesdID as 1 And 2 And 3. The query
is able to run and displays no error messages but I get no data
displayed.
Is it possible to use the And Function in a query?
If not can anyone suggest another way to show if students have passed
1, 2 and 3?
Thanks Terry
I need to devise a query that will diplay student details for students
who have passed tests 1, 2 and 3.
My table(StudentTbl) contains personal data: FirstName (Text Box),
LastName (Text Box) etc and ExamTble contains contains details of
results: TestID(Text Box), Pass (Chech Box), Fail (Check Box) etc.
The tables have a one to many relationship.
I have tried using the criteria for TesdID as 1 And 2 And 3. The query
is able to run and displays no error messages but I get no data
displayed.
Is it possible to use the And Function in a query?
If not can anyone suggest another way to show if students have passed
1, 2 and 3?
Thanks Terry