I'm trying to run a query on the click of a button. The query is dependent on a couple subqueries. Two of the subqueries have one criteria, which is in a cell on an open form. [Forms]![Project_Info].[ID]
If the form is open, I can run the subqueries individually and they recognize the data reference just fine, but if I try to run the main query, when it calls the subquery (it seems), I get a "Microsoft Access database engine does not recognize '[Forms]![Project_Info].[ID]' as a valid field name or expression." Am I missing something here?