Customising Aggregate queries

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top