
Access SQL: basic concepts, vocabulary, and syntax
Learn how to retrieve data from an Access database by using Structured Query Language, or SQL
Use wildcards in queries and parameters in Access
ANSI-89 describes the traditional Access SQL syntax, which is the default for Access databases. The wildcard characters conform to the Microsoft Visual Basic® for Applications (VBA) specification, not …
Access SQL: SELECT clause - Microsoft Support
This is one of a set of articles about Access SQL. This article describes how to write a SELECT clause, and uses examples to illustrate various techniques that you can use when you write them.
In Operator - Microsoft Support
You can include the Not logical operator to evaluate the opposite condition (that is, whether expr is not in the list of values). For example, you can use In to determine which orders are shipped to a set of …
Connect Access to SQL Server - Microsoft Support
ADO is straightforward to learn and enables client applications to access and manipulate data from a variety of sources, including Access and SQL Server. Its primary benefits are ease of use, high …
Access SQL: FROM clause - Microsoft Support
This is one of a set of articles about Access SQL. This article describes how to write a FROM clause, and uses examples to illustrate various techniques that you can use in a FROM clause.
Create a pass-through query - Microsoft Support
You can use Access as a front-end application and then link to tables in a back-end server, such as SQL Server. By default, most queries run locally in the Access ACE database engine. In some cases, …
Join tables and queries - Microsoft Support
Use joins in Access queries to combine records from different data sources so that each pair of records from the sources becomes one record in the query results.
Run a query - Microsoft Support
A query is a set of instructions that you can use for working with data. You run a query to perform these instructions. In addition to returning results — which can be sorted, grouped, or filtered — a query …
Examples of using dates as criteria in Access queries
Feb 1, 2012 · When entering dates as query criteria, enclose them in pound signs (#) to help Access understand what they are.