Avatar

Level 8

In the calculate event of TextField04 you can put the following JavaScript:

this.rawValue=TextField01.rawValue+", "+TextField02.rawValue+", "+TextField03.rawValue;

Kyle