L
Les
I hava a database which is populated with pupils details. One of the tables
carries a list of thier qualifiations. What I need to do is to identify the
pupils with two qualifications say "Ab3" and "AB4" the criteria is entered
on a form in two fields "strQualifiaction1" and [strQualification2].
I need to list just those with both. At the moment I can only get the "Or"
selection to work. so I also finish up with those with just one or the
other.
The table name is [tblQualifications] with field name [strGrade]
My form name is [frmPupils_Qualifications] with fields "strQualifiaction1"
and [strQualification2].
I guess I need some form of "And" selection but I can' get one to work.
Any Ideas please.
Thanks
Les
carries a list of thier qualifiations. What I need to do is to identify the
pupils with two qualifications say "Ab3" and "AB4" the criteria is entered
on a form in two fields "strQualifiaction1" and [strQualification2].
I need to list just those with both. At the moment I can only get the "Or"
selection to work. so I also finish up with those with just one or the
other.
The table name is [tblQualifications] with field name [strGrade]
My form name is [frmPupils_Qualifications] with fields "strQualifiaction1"
and [strQualification2].
I guess I need some form of "And" selection but I can' get one to work.
Any Ideas please.
Thanks
Les