Forum Discussion
malcolm_p_galvin_jr
Oct 17, 2022Copper Contributor
Query error message: "Too Complex"
Here is the query that works without causing the "Too Complex" error message: --COMMENT: listing the columns of the Component table SELECT Component.ComponentID, Component.GeneralLedgerAcct, Compo...
- Oct 18, 2022
you can use a User-Defined-Function in your query (ms access) so you won't get the "Too Complex".
error. see Module1 for the function.
Open Query1 in design view and see how this function is being called.
arnel_gp
Oct 18, 2022Iron Contributor
you can use a User-Defined-Function in your query (ms access) so you won't get the "Too Complex".
error. see Module1 for the function.
Open Query1 in design view and see how this function is being called.
malcolm_p_galvin_jr
Oct 18, 2022Copper Contributor
Thank you!!