Thank you vbaInet for the suggestion,
I changed it to Distinctrow, but not worked:
SELECT DISTINCT [QUERYDATA].Product, UnitPrice, SumAll, DateOfPurchase, Account, AccType
FROM QUERYDATA;
This is My Variant and working
then changed to
SELECT DISTINCTROW [QUERYDATA].Product, UnitPrice, SumAll...