Hi,
I need to find a way to create one record for many records for the same school district.
I have many records that I get from the state.
School district name and total experience and a salary for that exerience. 1 year of experience, count of 3 people,
salary of 32,000.
Here's the data:
Berlin CS,1,2,32000
Berlin CS,2,3,34000
berlin cs,3,5,36500
berlin cs,4,8,39000
etc.
My question is how can I move the data into one record?
Thanks,
TC
I need to find a way to create one record for many records for the same school district.
I have many records that I get from the state.
School district name and total experience and a salary for that exerience. 1 year of experience, count of 3 people,
salary of 32,000.
Here's the data:
Berlin CS,1,2,32000
Berlin CS,2,3,34000
berlin cs,3,5,36500
berlin cs,4,8,39000
etc.
My question is how can I move the data into one record?
Thanks,
TC