Example:
SELECT [RecID],[StartDate],[EndDate],[LastName],[Sponsor],[Status],[Notes]
FROM tblMain
WHERE ([LastName] LIKE "Lee*" AND [StartDate] <= #5/1/2013# And [EndDate] >= #5/1/2010# _
And ([Status] = "Complete" OR [Status] = "Abandoned"))
This is just one of an infinite number of possible...