W
Will
I have a link table, tblManufacturingInstructionsLink with 2 fields,
ProductCode & InstructionID. One ProductCode can have many
InstructionIDs, (I know that this is not ideal but this is how I have
inherited it). I also have tblinstructions (fields instructionID &
instruction). What I want to do is create a table with the
fields ProductCode and Instruction - a combination of all instructions from
the
instruction IDs in tblManufacturingInstructionsLink. E.g. ProductCode 1234
currently has 3
fields in tblManufacuturingInstructionsLink; instructionIDs 28, 43 & 76.
The new table
I want to create will have one row (instead of 3) with the instructions of
Ids 28,43 & 76
in one field, separated by commas. Can anyone help?
thanks in advance
ProductCode & InstructionID. One ProductCode can have many
InstructionIDs, (I know that this is not ideal but this is how I have
inherited it). I also have tblinstructions (fields instructionID &
instruction). What I want to do is create a table with the
fields ProductCode and Instruction - a combination of all instructions from
the
instruction IDs in tblManufacturingInstructionsLink. E.g. ProductCode 1234
currently has 3
fields in tblManufacuturingInstructionsLink; instructionIDs 28, 43 & 76.
The new table
I want to create will have one row (instead of 3) with the instructions of
Ids 28,43 & 76
in one field, separated by commas. Can anyone help?
thanks in advance