A
Amateur
I have a Union Query looking like this:
SELECT ALL * FROM[invoicetrading];
UNION ALL SELECT * FROM[invoicesnontrading];
I would like that the query is sorted by accountnumbers. I.e. I have
accountnumbers like 43001000-6000 - and I would like that the query is
sorting them on the last four digits (Something like: Sort *####). How can I
alter my code so that it is done automatically?
Thanks
Klaus
SELECT ALL * FROM[invoicetrading];
UNION ALL SELECT * FROM[invoicesnontrading];
I would like that the query is sorted by accountnumbers. I.e. I have
accountnumbers like 43001000-6000 - and I would like that the query is
sorting them on the last four digits (Something like: Sort *####). How can I
alter my code so that it is done automatically?
Thanks
Klaus