davesmith202
Employee of Access World
- Local time
- Today, 16:47
- Joined
- Jul 20, 2001
- Messages
- 522
I want to create a string that looks like this:
Data,"Data",[Data]
Currently, I am using "Data," & "'" & "Data" & "'" & ",[Data]"
But this gives...
Data,'Data',[Data]
Any solution to this?
Data,"Data",[Data]
Currently, I am using "Data," & "'" & "Data" & "'" & ",[Data]"
But this gives...
Data,'Data',[Data]
Any solution to this?