michaelhutcheson
Technical User
Hello,
Is it possible to append a range of numbers to a table? For example:
3 fields - Part, Qty and Serial No.
User selects a Part and enter a qty, eg Part: ABC and Qty: 10
Then I need access to work out and append the Serial number and the Part and Qty. However, the serial is based on the Qty. So for my example the table would end up looking like:
Serial Part Qty
1 ABC 10
2 ABC 10
3 ABC 10
4 ABC 10
5 ABC 10
6 ABC 10
7 ABC 10
8 ABC 10
9 ABC 10
10 ABC 10
However, when they come along to select the part, and choose a qty of say 5, the serail would start at 15 and go to 20.
Is this possible?
Michael
Is it possible to append a range of numbers to a table? For example:
3 fields - Part, Qty and Serial No.
User selects a Part and enter a qty, eg Part: ABC and Qty: 10
Then I need access to work out and append the Serial number and the Part and Qty. However, the serial is based on the Qty. So for my example the table would end up looking like:
Serial Part Qty
1 ABC 10
2 ABC 10
3 ABC 10
4 ABC 10
5 ABC 10
6 ABC 10
7 ABC 10
8 ABC 10
9 ABC 10
10 ABC 10
However, when they come along to select the part, and choose a qty of say 5, the serail would start at 15 and go to 20.
Is this possible?
Michael