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!

Combing Specific Fields With Duplicate Proj Numbers

Status
Not open for further replies.

roystreet

Programmer
Oct 12, 2000
146
US
Hello,
Here is a challenge for those out there that know queries well. I have one table that contains the following fields:

ProjNum, MakeModSeries, ID, Reg, & Part

There can be several MakeModSeries per ProjNum.
Each MakeModSeries has it's own ID, Reg, & Part values.

Essentially one project can contain several models of which have their own ID, Reg, & Part values.
I would like to combine all of these values into one record based on ProjNum. If possible, I would like each makemodseries & it's corresponding ID, Reg, & Part values on a new line - As in they would be memo fields & each would have a return or could be separated by an *.

Any ideas? Any thoughts on a better method of doing this?

Thanks,
~roystreet
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top