G
Guest
Hi:
Can you please tell me how I combine 1 numeric field and 5 text fields:
this does not work:
SELECT
CStr([org_unit]+"-"+([ccy])+"-"+([account])+"-"+([sub])+"-"+([prod])+"-"+([cust])) AS [Key]
FROM Adjustement;
Thanks,
Dan
Can you please tell me how I combine 1 numeric field and 5 text fields:
this does not work:
SELECT
CStr([org_unit]+"-"+([ccy])+"-"+([account])+"-"+([sub])+"-"+([prod])+"-"+([cust])) AS [Key]
FROM Adjustement;
Thanks,
Dan