How to Add Text to a Text field Using Action Button

Hi Forum Users,

I’m sure this is a simple one…

I have two fields, one called “Comment” and the other “Archive” I have a radio button that enters the current date and user name in the “Comment” field. What I need help with is how to have the Action Button first take any existing “Comment” text and add it to the beginning of the “Archive” field followed by a NewLine. I tried “FIELD :=” But it overwrites the existing data in “Archive”.

I hope this is clear… any help would be greatly appreciated!!!

Thanks, Paul

Subject: One possible suggestion …

… in most cases it’s easier to manage the archive field in programming if you set up the archive field as a multivalue field, separate multivalues with a newline, and then just append (or prepend) the comment using the colon (:slight_smile: operator.