Hi...
SELECT student_info.id_number AS student_code, student_info.sch_code AS school_code, student_info.f_name AS first_name, student_info.l_name AS last_name, Left([m_name],1) AS middle_initial, IIf([ethnic]="1","5",IIf([ethnic]="2","4",IIf([ethnic]="3","2",IIf([ethnic]...