May 26, 201015 yr Hi - I am trying to append data to a text field via a dropdown menu, so lets say field 'A' is 'DOG' and the dropdown selection is 'Small' I want field 'A' to show 'DOG -Small'... Thanks in advance! Frank.
May 26, 201015 yr Auto-enter calculation for field A ( replace existing value if any ) Case( Get( ActiveFieldName ) = "fieldA" ; Self ; LeftWords ( Self ; 1 ) & " - " & YourDropDownField )
Create an account or sign in to comment