Here's the entire sql.
SELECT [MIP Participants Table].ID, [MIP Participants Table].[Program Year], [MIP Participants Table].[Group I], [MIP Participants Table].[Group II], [MIP Participants Table].[Group III], [MIP Participants Table].[Last Name], [MIP Participants Table].[First Name], [MIP Participants Table].MI, [MIP Participants Table].[Badge Name], [MIP Participants Table].Title, [MIP Participants Table].[Co-op], [MIP Participants Table].Address, [MIP Participants Table].City, [MIP Participants Table].State, [MIP Participants Table].Zip, [MIP Participants Table].[Business Phone], [MIP Participants Table].Fax, [MIP Participants Table].[E-Mail], [MIP Participants Table].[Completed Unit A], [MIP Participants Table].[Completed Unit B], [MIP Participants Table].[Completed Unit C], [MIP Participants Table].[Mobile Phone]
FROM [MIP Participants Table]
WHERE ((([MIP Participants Table].[Program Year])="2013-2014") AND (([MIP Participants Table].[Group II])=Yes))
ORDER BY [MIP Participants Table].[Last Name];