P
Pat
Any idea why this select won't run?
SELECT "<a href=""C:/Documents and
Settings/car9016/Desktop/POWPDS/"+dbo_vwPOWWebData.ProductC
ode+".pdf"">"+dbo_vwPOWWebData.ProductCode+"</a>" as
dbo_vwPOWWebData.ProductCode, dbo_vwPOWWebData.Technology,
dbo_vwPOWWebData.Box_Price,
dbo_vwPOWWebData.Distributor_Price,
dbo_vwPOWWebData.CureCurve, tblCodes.PDS, tblCodes.MSDS
FROM dbo_vwPOWWebData INNER JOIN tblCodes ON
dbo_vwPOWWebData.ProductCode = tblCodes.ProductCode;
SELECT "<a href=""C:/Documents and
Settings/car9016/Desktop/POWPDS/"+dbo_vwPOWWebData.ProductC
ode+".pdf"">"+dbo_vwPOWWebData.ProductCode+"</a>" as
dbo_vwPOWWebData.ProductCode, dbo_vwPOWWebData.Technology,
dbo_vwPOWWebData.Box_Price,
dbo_vwPOWWebData.Distributor_Price,
dbo_vwPOWWebData.CureCurve, tblCodes.PDS, tblCodes.MSDS
FROM dbo_vwPOWWebData INNER JOIN tblCodes ON
dbo_vwPOWWebData.ProductCode = tblCodes.ProductCode;