I have a datatable which looks like the following:
FirstName LastName Birthday Gender JoinKey
John Smith 031292 M
Katie Smith 020195 F
John Smith 051187 M
I would like the JoinKey column to contain a concatenation of the first three columns. (So if this was done in Excel, it would be something like “=A2&B2&C2” I’ve tried just about everything I can think of/find on the forums, but can’t figure out how to get the column to populate correctly