J
Jim in Spokane
SELECT dbo_VENDOR.ID, dbo_VENDOR.NAME, dbo_VENDOR.ID+' - '+dbo_VENDOR.NAME AS
VendorIDName
FROM dbo_VENDOR
Seems I can only get one or the other.
Do I need to use additional expressions or coding?
Thanks!
VendorIDName
FROM dbo_VENDOR
Seems I can only get one or the other.
Do I need to use additional expressions or coding?
Thanks!