March 6, 200817 yr is there a way to set up a calculation to get two values of text from two fields into one. for example field a + field b = field c fast + ball = fastball any help would be greatly appreciated.
March 6, 200817 yr use the & operator. field c = field a & field b You can also separate the text field a & " " & field b
Create an account or sign in to comment