Hi I am doing a concatenation query in access using Builder. when I run my query it brings back a cell with just the ;; in it as the row before obviously doesnt have any data in it. I want to incorporate an iif function and to look at if the cell before is null then don't include in the concatenation. Can you assist in how to add into my function below:
Expr1: [Business rule 1] & ";" & [Business rule 2] & ";" & [Business rule 3]
Expr1: [Business rule 1] & ";" & [Business rule 2] & ";" & [Business rule 3]