B
Barcode
Hello
Please can you make it correct or if there is other way for RESULT2.
I convert query to SQL and copy it to use on Visual Basic.
The code will be so:
RESULT2 =
SELECT Sum(Tillgangar.Anvand) AS SumOfAnvand, Tillgangar.Mobiltelefon
FROM Tillgangar
GROUP BY Tillgangar.Mobiltelefon
HAVING
(((Tillgangar.Mobiltelefon)=[forms]![Kontaktinformation]![Mobiltelefon]));
Thanks a lot
Please can you make it correct or if there is other way for RESULT2.
I convert query to SQL and copy it to use on Visual Basic.
The code will be so:
RESULT2 =
SELECT Sum(Tillgangar.Anvand) AS SumOfAnvand, Tillgangar.Mobiltelefon
FROM Tillgangar
GROUP BY Tillgangar.Mobiltelefon
HAVING
(((Tillgangar.Mobiltelefon)=[forms]![Kontaktinformation]![Mobiltelefon]));
Thanks a lot