Microsoft Access pass-through queries send commands directly to an ODBC database server (such as Microsoft FoxPro). With pass-through queries, you work directly with the tables on the server instead of linking to them.
under Objects, and then click New on the Database window toolbar.
to display the query property sheet.
, and then enter information about the server you're connecting to.
For details on the syntax for your query, see the documentation for the SQL database server to which you're sending the query.
on the toolbar. (For a pass-through query that returns records, you can click View
on the toolbar, instead.)
If necessary, Microsoft Access prompts you for information about your Microsoft SQL server database.
Caution If you convert a pass-through query to another type of query, such as a select query, you'll lose the SQL statement that you entered.
Notes
If you create a pass-through query that returns multiple result sets, you can create a separate table from each result. For more information, click
.