Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6502 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

Posted

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.

This topic is 6502 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.