I have the following SELECT sql statement which is part of a Make table statement. This part is concatenating 2 fields with a "\" and creating the new field NewPolicy.
The syntax creates a type mismatch error, I have tried various combinations to resolve this but I cannot get it right, if I build this using a standard query the SQL syntax below works without a hitch.
Any suggestions most welcomed.
Happiness is...not getting what you want but wanting what you have already got
The syntax creates a type mismatch error, I have tried various combinations to resolve this but I cannot get it right, if I build this using a standard query the SQL syntax below works without a hitch.
strSQL = "SELECT tblPortfolioDetails.PolPolicyno, [PolPolicyNo] & " \ " & [folioref] AS NewPolicy, etc etc
Any suggestions most welcomed.
Happiness is...not getting what you want but wanting what you have already got