I want to create a different table for each sales person listed in a table. If I have salesperson1 through salespersonN listed in the table, I'd like to end up with a table for salesperson1 with just salesperson1 data through salespersonN with just salespersonN's data.
The resultant tables would be named something like
salesperson1 table1
through
salespersonN table1
Make sense?
The resultant tables would be named something like
salesperson1 table1
through
salespersonN table1
Make sense?
Comment