Good morning to this very helpful forum. I have a form that contains a textbox that the user inputs selection criteria that I use in a query.
The query3 is built using an outerjoin from one query1 (contains base information) that matches on a primary key to query2 that is a crosstab query.
When I use the form criteria without the crosstab query2 it works great. As soon as I add the outerjoin on the crosstab query I get the following message: "Microsoft Jet Database Engine does not recognize [Forms]![Form name]![Text box] as a valid field name or expression"
The query3 is built using an outerjoin from one query1 (contains base information) that matches on a primary key to query2 that is a crosstab query.
When I use the form criteria without the crosstab query2 it works great. As soon as I add the outerjoin on the crosstab query I get the following message: "Microsoft Jet Database Engine does not recognize [Forms]![Form name]![Text box] as a valid field name or expression"