Use a Make Table query (from the query menu in queries) to create a table from your main db (Make Table can be in another database), pulling out all records where Date()-[Creation Date] > 28. Then Using a Delete Query remove the data that is older than 28 days from your original table. Then use...