I have an update query that append new instructions to a memo field. This query just randomly adds lines to the memo field in no particular order. Is ther a way to update the memo field in an orderly fashion!!
Example
I have a part called XYZ and it has an extended description Field(memo) used to hold cutting instructions etc.
My cutting Instructions are in another table that looks something like this.
Record 1-PartNumber(XYZ) / Instruction1(1-Cut 2 at 4 inches)
Record 2-PartNumber(XYZ) / Instruction(2-Cut 4 at 6 inches)
What I need to do is enter the PartNumber in a new table and enter the instructions sequentially.
Is there anyway to do that!
Thanks in advance for the help
Example
I have a part called XYZ and it has an extended description Field(memo) used to hold cutting instructions etc.
My cutting Instructions are in another table that looks something like this.
Record 1-PartNumber(XYZ) / Instruction1(1-Cut 2 at 4 inches)
Record 2-PartNumber(XYZ) / Instruction(2-Cut 4 at 6 inches)
What I need to do is enter the PartNumber in a new table and enter the instructions sequentially.
Is there anyway to do that!
Thanks in advance for the help