G
Guest
Can I write my own aggregate functions within Access SQL? Or SQL Server? For example I want to be able to group by Author and return a single field that is a concatenation of the names of all the books the author has written. I can do this using recordsets in VBA but it is complicated.