About 40,800 results
Open links in new tab
  1. Introduction to Access programming - Microsoft Support

    Learn about using macros and VBA code in Access databases to program and automate your applications.

  2. Use wildcards in queries and parameters in Access - Microsoft …

    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) …

  3. Access Functions (by category) - Microsoft Support

    This article contains links to articles that provide details about common functions used in expressions in Access. They are arranged first by group and then are arranged alphabetically …

  4. Order of events for database objects - Microsoft Support

    When you open a report that is based on a query, Access triggers the Open event for the report before it runs the underlying query. As a result, you can set the criteria for the report by using …

  5. DLookup Function - Microsoft Support

    In Access desktop databases you can use the DLookup function to get the value of a particular field from a specified set of records (a domain). Use the DLookup function in a Visual Basic for …

  6. DMin, DMax Functions - Microsoft Support

    Use the DMin and DMax functions in a Visual Basic for Applications (VBA) module, a macro, a query expression, or a calculated control. For example, you could use the DMin and DMax …

  7. Type Conversion Functions - Microsoft Support

    Use these Access type conversion functions to coerce an expression to a specific data type. For example, you can use the CDate function to convert a string to the Date data type.

  8. Nz Function - Microsoft Support

    Note: Examples that follow demonstrate the use of this function in a Visual Basic for Applications (VBA) module. For more information about working with VBA, select Developer Reference in …

  9. DCount Function - Microsoft Support

    Use the DCount function in a Visual Basic for Applications (VBA) module, a macro, a query expression, or a calculated control. For example, you could use the DCount function in a …

  10. IsNull Function - Microsoft Support

    Note: This example demonstrates the use of this function in a Visual Basic for Applications (VBA) module. For more information about working with VBA, select Developer Reference in the drop …