i'm trying to concatenate a client code column (text) with a date column - how do I do it?
Try this: =[Client Code]69 + Year(Created69)+"."+Month(Created69)+"."+Day(Created69)