Customising Aggregate queries

B

Bearman

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.
 
T

Tom Ellison

Dear Beaman:

For the time being, your VBA approach is the best available.

Tom Ellison
Microsoft Access MVP
Ellison Enterprises - Your One Stop IT Experts
 
Top