I am going to make a macro button that my users will push and just a query will open that shows all without them having to filter.
SELECT Roster.[Last Name], Roster.[First Name], Roster.Platoon, Roster.Outbound, Roster.ETS
FROM Roster
WHERE (((Roster.Outbound)<=DateAdd("d",180,Date())) AND...