R
ricogrande
I want to create many smaller tables from one large table keeping the large
one intact with one query if possible. I want a new table for every change in
Manager ID, without knowing how many there are. There will be many rows for
each Manager Id as each manager has many employees. I want a list of
employees by manager in each table.
Then I would like to email each table to each manager. The manager id is
recognized by our exchange servers as an alternate key for email address or
if that does not work I could just make that field be the explicit email
address. I know this is 2 different concepts and help on either one will be
helpful.
one intact with one query if possible. I want a new table for every change in
Manager ID, without knowing how many there are. There will be many rows for
each Manager Id as each manager has many employees. I want a list of
employees by manager in each table.
Then I would like to email each table to each manager. The manager id is
recognized by our exchange servers as an alternate key for email address or
if that does not work I could just make that field be the explicit email
address. I know this is 2 different concepts and help on either one will be
helpful.