W
Wendy
Hi
Just wondering how would I construct this SQL string to use inside VBA code:
F_PUPILS.PU_SEQ, tblAcadGrade.AcadYear, tblAcadGrade.FS_Set_Code,
tblAcadGrade.FS_Subject, tblAcadGrade.Autumn, tblAcadGrade.Spring,
tblAcadGrade.Summer, tblPastoralAcad.WiTutor, tblPastoralAcad.SuTutor,
tblPastoralAcad.SpTutor IN tblPastoralAcad ON F_PUPILS.PU_ROLL_NO =
tblPastoralAcad.PU_Roll_No
WHERE (((F_PUPILS.PU_SEQ)=[Forms]![FrmMyTutorGroup]![cmbTutees]))
I'm trying to work on a recordset, so need the SQL to build the set.
Thanks
Wendy
Just wondering how would I construct this SQL string to use inside VBA code:
F_PUPILS.PU_SEQ, tblAcadGrade.AcadYear, tblAcadGrade.FS_Set_Code,
tblAcadGrade.FS_Subject, tblAcadGrade.Autumn, tblAcadGrade.Spring,
tblAcadGrade.Summer, tblPastoralAcad.WiTutor, tblPastoralAcad.SuTutor,
tblPastoralAcad.SpTutor IN tblPastoralAcad ON F_PUPILS.PU_ROLL_NO =
tblPastoralAcad.PU_Roll_No
WHERE (((F_PUPILS.PU_SEQ)=[Forms]![FrmMyTutorGroup]![cmbTutees]))
I'm trying to work on a recordset, so need the SQL to build the set.
Thanks
Wendy