Hello everyone,
I've written the following query which worked fine until I added the Group By clause.
SELECT DISTINCT Email,FormName,Timestamp,FirstName,LastName,Street,Town,City,County,Postcode,DayPhone,Newsletter,MoreInfo,Other FROM #TName#
WHERE FormName = '#CName#'
GROUP BY Email
ORDER BY...