Use the DateAdd function to create a date that is 6 months prior to today. Then use that date in a SQL WHERE clause to retrieve sales greater than that date.

DateAdd("d", -180, Now())