I have a form, that provides the input for a query parameter.
On my Form, Lead_whiteboard_nav, I have two text boxes. One 'StartDate' and the other 'EndDate' with multiple buttons a user can push to generate data about different machines, the criteria in the machine field (Each button runs a report from a different query). I assume these date fields are being used by the query, as whenever I generate a report using the query, I'm not prompted to enter values, therefore it seems that they are pulling from the form.
My problem is, that the reports using this query will use the criteria of the field 'Machine' - The right machine numbers are being pulled - However, the dates in the form don't seem to be applied. I get returned all values in the table for the given machine criteria.
Any suggestions?