OK, here is a weird one, at least it seems weird to me.
I have a field on a table, or query result, doesn't matter which, and it looks like this:
"55264
"25468
"4562
"123
etc, etc.
Now I need to copy that and paste it into the notepad in Windows. When I do that the pasted data looks like this:
"""55264"
"""25468"
"""4562"
"""123"
I have looked at it on the clipboard and it also looks like the above. I really need this data to paste to the notepad just like it is stored on the table (with one double quote only). It's one of those strange sounding things, please do not ask me to explain why...I just need it like that.
Why the heck does the extra quote get added to the front and one get placed on the end?
Test it yourself and see.
Thanks
I have a field on a table, or query result, doesn't matter which, and it looks like this:
"55264
"25468
"4562
"123
etc, etc.
Now I need to copy that and paste it into the notepad in Windows. When I do that the pasted data looks like this:
"""55264"
"""25468"
"""4562"
"""123"
I have looked at it on the clipboard and it also looks like the above. I really need this data to paste to the notepad just like it is stored on the table (with one double quote only). It's one of those strange sounding things, please do not ask me to explain why...I just need it like that.
Why the heck does the extra quote get added to the front and one get placed on the end?
Test it yourself and see.
Thanks
Last edited: