About 600 results
Open links in new tab
  1. Access SQL: basic concepts, vocabulary, and syntax - Microsoft …

    Relational database programs, such as Microsoft Office Access, use SQL to work with data. Unlike many computer languages, SQL is not difficult to read and understand, even for a novice.

  2. Access SQL: WHERE clause - Microsoft Support

    This is one of a set of articles about Access SQL. This article describes how to write a WHERE clause, and uses examples to illustrate various techniques that you can use in a WHERE clause.

  3. Migrate an Access database to SQL Server - Microsoft Support

    This guide gives you a smooth start to your SQL Server journey, helps preserve Access front-end solutions you created, and hopefully motivates you to use Access for future database solutions.

  4. Like Operator - Microsoft Support

    For example, if you enter Like “C*” in an SQL query, the query returns all field values beginning with the letter C. In a parameter query, you can prompt the user for a pattern to search for.

  5. 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.

  6. 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 …

  7. 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.

  8. Comparing Access SQL with SQL Server TSQL - Microsoft Support

    Jan 1, 2019 · If you migrate your Access data to SQL Server or you create an Access solution with SQL Server as the back-end database, it's vital that you know the differences between …

  9. Use the Monaco SQL query editor - Microsoft Support

    For more information about the new Monaco SQL editor, see Microsoft MVP Colin Riddington's detailed article New Monaco SQL Editor on his Access Forever developer blog.

  10. 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.