Hello -
I am trying to execute an update query, updating 4 fields in one table.
Is there a way that I can enter the first value for each field, and
then serialize the first field for a given qty, while duplication the
other 4? I want to avoid having to enter every single record manually.
Example:
Serial Batch Part Tech
123 500 A1 ABC
124 500 A1 ABC
125 500 A1 ABC
Thanks!
I am trying to execute an update query, updating 4 fields in one table.
Is there a way that I can enter the first value for each field, and
then serialize the first field for a given qty, while duplication the
other 4? I want to avoid having to enter every single record manually.
Example:
Serial Batch Part Tech
123 500 A1 ABC
124 500 A1 ABC
125 500 A1 ABC
Thanks!
Comment