Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create multiple records from one record?

Status
Not open for further replies.

mkotowski

Technical User
May 3, 2005
1
US
Hello all,

I am looking for a fairly simple way to take a record with multiple columns of similar data and break it into seperate records for each column. In essence, I am trying to put the data into a more normalized form. The table consists of a column for "item #" and then up to 10 columns for "sizes". I would like to have a record for each size instead of having them spread among the one record. This way I would end up with a table that has columns for "Item", "Size", and "Qty".

Any Thoughts?
 
Take a look at UNION query.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top