R
Ryan Arledge via AccessMonster.com
Have a serial number database. Have a table that includes the field
"fmqty" (make quantity), which is the quantity of the particular job to
make. Need to have an action so that multiple records are created to match
the #.
For example, if fmqty = 4, then after the action, the table needs to have 4
identical records (previously just 1), with a new field that ID's the
particular unit of the 4 (i.e., 1/4, 2/4, 3/4, 4/4). Can simply have the
new field be "1", "2", "3", "4" - this will work for my purpose.
Any ideas?
Ryan A
"fmqty" (make quantity), which is the quantity of the particular job to
make. Need to have an action so that multiple records are created to match
the #.
For example, if fmqty = 4, then after the action, the table needs to have 4
identical records (previously just 1), with a new field that ID's the
particular unit of the 4 (i.e., 1/4, 2/4, 3/4, 4/4). Can simply have the
new field be "1", "2", "3", "4" - this will work for my purpose.
Any ideas?
Ryan A