gillianleec
Technical User
I am pulling data into reports from a program where the tables are not normalized. I would like to pull data into a new table in order to simplify reporting.
The original table has fields like: ID#, Order#, Orderdate, Test1, Test2, Test3, ...Test19, AOtest20, AOtest21...AOtest59. The fields Test1-AOtest59 are not always all populated. They can use as many fields as they need to specify individual medical tests for an order
I would like to pull the data based on Orderdate and make a new table with ID#, Order#, Testname
Therefore, there would be a new record for each individual test with the ID# and Order # from the original record.
Let me know if you need more info. Thanks
The original table has fields like: ID#, Order#, Orderdate, Test1, Test2, Test3, ...Test19, AOtest20, AOtest21...AOtest59. The fields Test1-AOtest59 are not always all populated. They can use as many fields as they need to specify individual medical tests for an order
I would like to pull the data based on Orderdate and make a new table with ID#, Order#, Testname
Therefore, there would be a new record for each individual test with the ID# and Order # from the original record.
Let me know if you need more info. Thanks