Hello. I have a dataset in which there are a "year" [string] and a "quarter" [string] column.
I would like to join the two to create a field such as "2010.Q3".
I have tried the following formula, but it returns an error:
[Year" + "." + [Quarter]
I am sure I am doing something very basic here which is wrong (amateur hour at the ol' Chapman place) but any help would be greatly appreciated.
DoC