Hi all,
I can't get my Query right. :banghead:
I only want unique address records. With this query I still get the same address multiple times.
What is wrong?
Thanks
I can't get my Query right. :banghead:
I only want unique address records. With this query I still get the same address multiple times.
Code:
SELECT DISTINCT ([Klanten.Adres] & " " & [Klanten.Huisnr]) AS Adres1, Klanten.Voorl, Klanten.Naam, Klanten.Postcode, Klanten.Woonplaats
FROM Klanten;
What is wrong?
Thanks