I have a database that has the following:
Manager Supervisor Secretary
Joe Doe Susan Doe John Doe
Where Manager, Supervisor and Secretary are three separate fields.
I would like to change to so that I have a "Title" and "EEName" field:
Manager Joe Doe
Supervisor Susan Doe
Secretary John Doe
I need this because I need to have a report that groups by EEName. I'm thinking normalization, but I don't know where to begin. Can anyone help?
Thanks in advance.
Manager Supervisor Secretary
Joe Doe Susan Doe John Doe
Where Manager, Supervisor and Secretary are three separate fields.
I would like to change to so that I have a "Title" and "EEName" field:
Manager Joe Doe
Supervisor Susan Doe
Secretary John Doe
I need this because I need to have a report that groups by EEName. I'm thinking normalization, but I don't know where to begin. Can anyone help?
Thanks in advance.