Viewing 2 posts - 1 through 3 (of 3 total)
This is what i'm using. not sure if its the most effective way of working it but does the job.
SELECT DISTINCT QuoteID, 'Plus VAT' AS VAT
FROM (SELECT DISTINCT QuoteID, Country
...
August 2, 2005 at 11:47 am
#578931
Took a little bit of modification to get it working but it was pretty much there. Never would have thought of that in a million years though so thanks very...
August 2, 2005 at 8:56 am
#578868