I have one particular query that works OK in Access from the design interface, returning 13 records, but returns no records when run from code. Other queries work. It isn't particularly complex. This is the stored query SELECT Volume.label, Path.name, Thumbnail.name FROM Volume INNER JOIN (Path INNER...