Tek-tips search engine is down ... I am attempting to use functions to import filter data in a query and was thinking I should be able to use a nested Select Statement in the form;
Select foo("a") as strA, foo("b") as strB, foo("c") as strC
{Select alpha, beta, capa from xyz where alpha like strA and beta like strB and capa like strC;};
is my syntax incorrect or is Access just not able to do nested select statements?
Select foo("a") as strA, foo("b") as strB, foo("c") as strC
{Select alpha, beta, capa from xyz where alpha like strA and beta like strB and capa like strC;};
is my syntax incorrect or is Access just not able to do nested select statements?