I hate it when Access does this...
The specified field '<Field Name Here>' could refer to more than one table in the from clause of your SQL statement.
The field is grouped on in the report and is joined in the record source query. In those sub-queries (query objects), the field is calculated (via IIF) and aliased back to a field name used in the calculation.
The record source executes fine on its own. I kind of see how the report could get confused. I'll play with it but does anyone have ideas to fix it or know how the report object runs statements to group?
I am hoping this all means something to someone who can help as I bet it would take forever to explain everything behind the queries.
The specified field '<Field Name Here>' could refer to more than one table in the from clause of your SQL statement.
The field is grouped on in the report and is joined in the record source query. In those sub-queries (query objects), the field is calculated (via IIF) and aliased back to a field name used in the calculation.
The record source executes fine on its own. I kind of see how the report could get confused. I'll play with it but does anyone have ideas to fix it or know how the report object runs statements to group?
I am hoping this all means something to someone who can help as I bet it would take forever to explain everything behind the queries.