Extraction of Values

T

Telesphore

In a Control Box, I need to extract all the names of students with the
values "AB" or "AL" from the field.[FinalMark]

tblStudents with the fields StudentName, SubjectName,... FinalMark

Thank you.
 
A

Al Camp

I think you mean a ComboBox... not a "ControlBox".
In the query behind the combo box place this criteria against the
StudentName field...
Like "AB" &"*" or Like "AL" & "*"
hth
Al Camp
 
Top