I would like to write a SQL statement that will retrieve all records entered within a certain time period. There is a field in my table called DateCreated. I want my users to be able to request all records created within say, the past 6 months. Except I have no idea how to ask that question using SQL. Is it possible?