How are you supplying the parameter values? via a form? Yes.
Here is the SQL of the query. Where would I place this in the code?
PARAMETERS [Post_Date] DateTime;
SELECT [10t_KMH310_Data].COID, ([Post_Date]+1) AS Rpt_Date, [10t_KMH310_Data].Dept_ID AS DEPT...