Hi
I am trying to use a = symbol as a variable in some SQL code.
Current code:
((tblData.[LINE OF BUSINESS]) = '" & strLOB & "')
Updated code:
((tblData.[LINE OF BUSINESS]) '" & strSymbol & "' '" & strLOB & "')
Can not get it to work, any ideas!
I am trying to use a = symbol as a variable in some SQL code.
Current code:
((tblData.[LINE OF BUSINESS]) = '" & strLOB & "')
Updated code:
((tblData.[LINE OF BUSINESS]) '" & strSymbol & "' '" & strLOB & "')
Can not get it to work, any ideas!