Try this SQL - you will need to replace all references of Rec_Table with your table/query name. You can paste this in the SQL view of a query.
PARAMETERS [Enter Date] DateTime;
SELECT Rec_Table.rec_Date, Rec_Table.rel_Date, Rec_Table.weight, Rec_Table.[PO#]
FROM Rec_Table
WHERE...