Populate a field with text from variuos text boxes

A

andyoye

IP2007, Browser form

How can a populate a field (text or rich text...) with text values entered
into various text fields?

Basically that field will act as a History keeper so all the values entered
in those text boxes.

i.e

Grade1 text box:
.....

"User A" enter text into Grade1 text box, than "User B" opens the same
form. The text entered by "User A" should go to "History" box prior to "User
B" enters his/her text in Grade 1 text box

thanks
 
S

Swathi (GGK Tech)

Hi,
Add a rule to the form. To do that follow the below steps.
1.Go to tools -> form options.
2.Click on open and save -> Rules.
3.Click Add. Set the condition as Grade1 is not blank.
4.Click Add action.
5.Set the History field as concat(grade1, “;â€, historyfield)
6.Add another action to set grade field to empty.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top