What is the best way to copy a row in a table to a new row in the same table? Example:
Row 1 has Iten Number, Item Description, Lot Number, Misc
Copy Row 1 to a new row with all the same data (user wants to then wants to change the lot number manually).
He may have multiple same items but with different lot numbers and the users are looking for a quick copy function. Thank you.
Here’s a simple script (it’s not perfect, but it gets the job done—you can further improve it if needed) that copies the data from the row above when adding a new row.
I'm trying to modify the code so that when the user checks a check box on the orginal line it will perform the copy. If the checkbox is not checked it will not copy if a new row is added. I added a line (see below) but it will not work. I'm playing around with the code right now. thanks.