If the [Second Owner First Name] field is null, then nothing it returned in the [OwnerName] field.
How can I fix this?
Thanks . . . Rick
How can I fix this?
Thanks . . . Rick
Code:
SELECT Castille.[First Owner First Name] + " "+"&" +" "+ Castille.[Second Owner First Name] +" "+ Castille.[First Owner Last Name] AS [OwnerName]
FROM Castille