CompCodeBoy
Programmer
How would you write a query to combine multiple records into one? for example, my table would have two fields like part number and location. I have multiple records for the same part number. I want to have the same part number with all locations it can be found at in one row(record). I want to have the loacations separated into different fields NOT combined into one. Thanks in advance