A
Associates
Hi,
I have a query in regards to SQL query. I was trying to write a query to
concatenate two string together as below
strSQL = "SELECT DISTINCTROW [Job].Schedule_ID, [First_Name] &
[Last_Name] AS Expr1, [Job Schedule].Rate, [Job Schedule].JSchedule_ID"
I got an error (End of Statement) coming from the part where i would like to
combine firstname and lastname with a space in between them. I think i got
the double quotation wrong there. I wonder if anyone might be able to point
me to the right direction.
Thank you in advance
I have a query in regards to SQL query. I was trying to write a query to
concatenate two string together as below
strSQL = "SELECT DISTINCTROW [Job].Schedule_ID, [First_Name] &
[Last_Name] AS Expr1, [Job Schedule].Rate, [Job Schedule].JSchedule_ID"
I got an error (End of Statement) coming from the part where i would like to
combine firstname and lastname with a space in between them. I think i got
the double quotation wrong there. I wonder if anyone might be able to point
me to the right direction.
Thank you in advance