hello 
just want to ask if we can use IN or = in the row source of a ComboBox
like:
Select [student].[SID] from Student where ( (student.deptno) IN (select [Department].[deptno] from Department where ((Department.Head_of_dept)=[Forms]![Employee_login]![Eid]));

just want to ask if we can use IN or = in the row source of a ComboBox
like:
Select [student].[SID] from Student where ( (student.deptno) IN (select [Department].[deptno] from Department where ((Department.Head_of_dept)=[Forms]![Employee_login]![Eid]));