jayphilips
IS-IT--Management
Hi,
When using the AS in SELECT to select two columns as 1 how do you put a space between the two?
My code is:
SELECT TestRev2.EER, TestRev2.ParameterMeasured1, [GageID] & [GageDescription] AS [Gage 1]
FROM TestRev2, Gage
WHERE (((Gage.GageID)=[TestRev2].[GageID1]))
ORDER BY TestRev2.EER;
It returns the Gage1 as:
HRD-9-0002Torque Wrench
I would like it to display (if possible)as:
HRD-9-0002 Torque Wrench
Can anyone help me with this?
Thanks in advance!!! Jay
Get The Exposure Your Web Site Deserves
When using the AS in SELECT to select two columns as 1 how do you put a space between the two?
My code is:
SELECT TestRev2.EER, TestRev2.ParameterMeasured1, [GageID] & [GageDescription] AS [Gage 1]
FROM TestRev2, Gage
WHERE (((Gage.GageID)=[TestRev2].[GageID1]))
ORDER BY TestRev2.EER;
It returns the Gage1 as:
HRD-9-0002Torque Wrench
I would like it to display (if possible)as:
HRD-9-0002 Torque Wrench
Can anyone help me with this?
Thanks in advance!!! Jay
Get The Exposure Your Web Site Deserves