Hi Folks. Good evening. Its been a while. I have been developing my skills through lots of practice.
However, I have just stumbled across a little problem I can seem to figure out or find the right words in a search to find the right result.
I want to use an expresison in a query to return a string that is in double quotation marks..
Wanted Result.... "SampleFieldData = SampleFieldData2"; including the quotation marks and semi colon at the end
So i have tried.... Wanted Result: """ & [SampleFieldData] & "=" & [SampleFieldData2] & "";"
Nothing I try seems to enjoy 3 Double exclamation marks being used..
Any ideas please folks..?