sja13
Professional Idiot
- Local time
- Today, 23:08
- Joined
- May 3, 2017
- Messages
- 63
There's probably a frustratingly simple answer to this one, but I'm trying (and failing) to use a Query to locate one or more records in a Table where a field in that Table has the value "X:\GKD\Photos\Awaiting Image.jpg".
Because I know that the text has a blank in it, in the Query Builder's "Criteria" box I've tried
Other info
As i'm developing the Db, the Table in question only has 1 record, which DOES match the Criteria (I used cut-n-paste to be certain).
Any ideas?
Because I know that the text has a blank in it, in the Query Builder's "Criteria" box I've tried
- just entering the text without quotes (the system inserts front and end quotes) - No records found.
- Enclosing the file name and path in single quotes (e.g. 'X:\GKD..... .jpg' - the system adds front and end double quotes - No records found.
- Adding double double quotes (e.g. """X:\GKD\.... .jpg""" (the system leaves the criteria "as is") - No records.
Other info
As i'm developing the Db, the Table in question only has 1 record, which DOES match the Criteria (I used cut-n-paste to be certain).
Any ideas?