N
naiveprogrammer
I am trying to normalize a db that I have imported from an ODBC source. I
have 2 sets of 6 different fields that I want to combine into 2 fields.
Example of the current layout-
Employee ID Date 1 Rate 1 Date 2 Rate 2 Date 3 Rate 3 Date 4 Rate 4 Date 5
Rate 5 Date 6 Rate 6
This is what I want to acheive-
Employee ID Date Rate
I want all the dates in one field and all the rates in one field. What is
the QUIKEST way to get this info the way I need it?
Thanks!!!
have 2 sets of 6 different fields that I want to combine into 2 fields.
Example of the current layout-
Employee ID Date 1 Rate 1 Date 2 Rate 2 Date 3 Rate 3 Date 4 Rate 4 Date 5
Rate 5 Date 6 Rate 6
This is what I want to acheive-
Employee ID Date Rate
I want all the dates in one field and all the rates in one field. What is
the QUIKEST way to get this info the way I need it?
Thanks!!!