DogLover2006
Technical User
I am looking for code that will find the last textbox on the form and get the left position property number then it is going to add a number to that for a new position of a new textbox. I hope I am explaining this right. Here is example of I mean
Say the textbox left proper is 1000 twips
newLeft = 1000 + 1000
forms!Temp!Var.left = newLeft
I hope this example help you understand what I want the code to do.
Thanks
Say the textbox left proper is 1000 twips
newLeft = 1000 + 1000
forms!Temp!Var.left = newLeft
I hope this example help you understand what I want the code to do.
Thanks