And finally, to answer the original question, if you create SQL strings in the RecordSources of forms and reports, Access actually turns them into stored querydefs. Access generates a name based on the form/report object and prefixes it with the tilda "~" which prevents the query from showing in the querydef window. If you open the MSysObjects table, you will see the queries there.
Access help is funny (not ha-ha funny but strange funny). In Office, help is segregated into "interface" help and "programming" help (someone at Microsoft has the misconception that Access is like the rest of office). So, you get different results if you click on help from the database container window than you get if you click on help from the VBA window. The other help trick is to use the table of contents to drill down (also different from both windows). The drill down method is the only way to get to all the useful help entries for DAO/ADO and SQL.