I am trying to concatenate multiple fields into one field in a query. The problem I am having is that if any single one of these fields has a null alue the resulting value is null regardless if the other fields have values or not. I tried both the convert and cast functions but to no avail. Are If statements the only way around this?