OK well once again, I solved it by myself...
So for anyone thats interested, it involved two queries.
qryInvoice:
SELECT tblGroup.GroupID, tblPerson.FirstName+' '+tblPerson.LastName AS Name, tblPerson.Address1+', '+tblPerson.Address2 AS Address, qryInvoiceGroupCount.CountID AS [No in party]...