I've been trying to figure out how to insert missing data in a table. Another software produces the data, it contains the recipe and the ingredients, it doesn't replicate the recipe number for each row, so if I try to do some special sorts, I lose the connection. Below is an example:
Recipe Ingredient
10027 05243
07654
12695
10031 06457
07732
What I am trying to accomplish
10027 05243
10027 07654
10027 12695
10031 06547
10031 07732
Some recipes may be a single row, others may have twenty rows or more.
I've tried various null and insert statements, but keep missing the boat.
Thanks for any ideas.
Thanks for the help.
Greg
Recipe Ingredient
10027 05243
07654
12695
10031 06457
07732
What I am trying to accomplish
10027 05243
10027 07654
10027 12695
10031 06547
10031 07732
Some recipes may be a single row, others may have twenty rows or more.
I've tried various null and insert statements, but keep missing the boat.
Thanks for any ideas.
Thanks for the help.
Greg