J
Joshua Henry
My query looks like the following:
Select Vendors.VName AS [Payor/Payee]
FROM Vendors;
UNION Select Tenants.OccFNAme & Tenants.OccLName
From Tenants;
I would however like a space between the tenants first
name & last. How would I go about doing this? thanks for
any help you have.
Josh
Select Vendors.VName AS [Payor/Payee]
FROM Vendors;
UNION Select Tenants.OccFNAme & Tenants.OccLName
From Tenants;
I would however like a space between the tenants first
name & last. How would I go about doing this? thanks for
any help you have.
Josh