February 5, 200719 yr Newbies Hi all, Hope someone has done this before, seemingly easy to do but just can't find the right combination to get it correct. I have 2 fields, both text boxes, lets call them textbox1 and textbox2. I want textbox1 to be a data entry box when users have something to enter they will type it in, hit the "submit" button and that text will be copied to textbox2. However, textbox2 needs to append that data like a journal (data entry1, data entry2, etc...). I've created a script that copies the data from textbox1 to textbox2, but that's all it does, once someone creates a new entry it wipes out the previous entered data in textbox2. Anyone know how to do this easily? It would be a great help! Thanks
February 5, 200719 yr Set Field [textbox2; textbox2 & ", " & textbox1] Commit Record [] You may also want to look at some of the log techniques that are posted on here if you aer intending for textbox 2 to be a revision log of field textbox1.
Create an account or sign in to comment