I have a question that I hope someone can help me with. I have a database of lake vegetation survey data. The surveys date back to the 40's and always methods for recording and logging the data changes. The current table format has a single record for each sample station (total number varies by lake) for each survey data. The species found are listed in columns 1-20. This makes it difficult to summarize surveys by species and calculate confidence intervals and such.
Essentially I want to combine the 20 columns into one but also include the basic attribute for each records. I would like to create a seperate record for each species found at each sample station. Each record must have the lake ID, survey date and survey id# included. Is there an automated way to do this conversion or do I need to do it manually. In case I haven't explained this well...I included an example. Thanks in advance for any help as this newbie needs it!
>>>>>>>>>
Current:
Proj# LKID Date Station Spec1 Spec2 Spec3
0001 01000 11/20/02 01 X Y Z
0001 01000 11/20/02 02 Z
Future:
Proj# LKID Date Station Species
0001 01000 11/20/02 01 X
0001 01000 11/20/02 01 Y
0001 01000 11/20/02 01 Z
0001 01000 11/20/02 02 Z
Essentially I want to combine the 20 columns into one but also include the basic attribute for each records. I would like to create a seperate record for each species found at each sample station. Each record must have the lake ID, survey date and survey id# included. Is there an automated way to do this conversion or do I need to do it manually. In case I haven't explained this well...I included an example. Thanks in advance for any help as this newbie needs it!
>>>>>>>>>
Current:
Proj# LKID Date Station Spec1 Spec2 Spec3
0001 01000 11/20/02 01 X Y Z
0001 01000 11/20/02 02 Z
Future:
Proj# LKID Date Station Species
0001 01000 11/20/02 01 X
0001 01000 11/20/02 01 Y
0001 01000 11/20/02 01 Z
0001 01000 11/20/02 02 Z