Give this a try in the criteria of your flight date field in your delete type query:
<DateAdd("d",-60,Date)
This function says return or delete only records where your flight date is less than the current date minus 60 days. Those are the records that will be deleted.