I am getting different Query results depending upon whether I type directly into Access or whether I type first in Word and paste into Access.
Typed Directly into Access Query
Query Datasheet view shows the word "Hello"
Pasted Into Access Query from Word
Access adds brackets to what I have pasted and changes my paste to Test2:[“Hello”]
Query Datasheet view Prompts "Enter Parameter Value"
[IMGNOTHUMB]http://bytes.com/attachments/attachment/6081d1329160247/quotation-mark-differences.jpg[/IMGNOTHUMB]
The only difference is that the quotation marks typed directly into Access are completely vertical. The quotation marks pasted into Access from Word are slanted/curvy.
Is this an Access quirk?
Or is there something for this Novice needs to learn?
Typed Directly into Access Query
Code:
Test1: "Hello"
Pasted Into Access Query from Word
Code:
Test2: “Hello”
Query Datasheet view Prompts "Enter Parameter Value"
[IMGNOTHUMB]http://bytes.com/attachments/attachment/6081d1329160247/quotation-mark-differences.jpg[/IMGNOTHUMB]
The only difference is that the quotation marks typed directly into Access are completely vertical. The quotation marks pasted into Access from Word are slanted/curvy.
Is this an Access quirk?
Or is there something for this Novice needs to learn?
Comment