I use the following as a default value in a text box
If there is no “spouse” name I would like the & to notshow.
The way it is now it would show “ first name & last name
=[Forms]![Customer]![FirstName] & " & "& [Forms]![Customer]![Spouse] & " " &[Forms]![Customer]![LastName]