Hello,
I’m trying to pass a parameter (one of the query fields) from a form to a query but I get an error that item is not found in the collection, however, that field exists in the query (see SQL below). What is wrong?
Query SQL:
SELECT tbl_Projects.run_type, tbl_Projects.run_name...