Outputting each group to diff table

  • Thread starter Thread starter Akira
  • Start date Start date
A

Akira

Hi

Hope somebody has some suggestions?

I would like to have my query output each unique group
into its own table.
Otherwords:
Group A create table A with all group A records
Group B create table B with all group B records


Hope you can help

Thanks
 
Why would you want to do this? You can always simply query the table using a
parameter query and pass it the parameter for the group you want to see at
any given time.
 

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