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.
 
Back
Top