Hi all
I have a query which i want to filter down, as follows:
code i have at moment is
SELECT Customer.[Name 1], Customer.[R/3 Acc Group]
FROM Customer
WHERE (((Customer.[R/3 Acc Group])="soldto"));
But this will only return soldto, i want it to look for soldto, if none present for each customer then filter the shipto
Is this possible? if so can anyone help?
Thanks
Ali
I have a query which i want to filter down, as follows:
code i have at moment is
SELECT Customer.[Name 1], Customer.[R/3 Acc Group]
FROM Customer
WHERE (((Customer.[R/3 Acc Group])="soldto"));
But this will only return soldto, i want it to look for soldto, if none present for each customer then filter the shipto
Is this possible? if so can anyone help?
Thanks
Ali