I have a bit of an issue. My comany wants me to make a label program to print labels out. I have some variables. each piece of tape has different amount of lines we have to print depending on the size of tubing (ie. 1" tubing uses 29 lines per piece and 1.5" tubing uses 43 lines per piece of tape.) . also depending on the information we have to put on the tape it could be only (for a 1" tube) 3 lines repeated 9 times and 2 lines . or 6 lines repeated 4 times and 5 lines. The maximum number of unique lines they would type in would be ten before it had to start repeating itself. so I thought of making a table with 43 fields and a form with ten fields they could type in. when they were done typing in non repeating information the form could somehow try to find the first empty field and copy the first field into it and and then find the second empty field and copy the next line and so on until all 43 fields were filled to account for maximum tape size. It seems kind of bulky and i am not quite sure how to do it. If someone has an Idea i would very much like to hear it. Thank you
Last edited: