This document provides an overview of combining SQL with VBA in Access. It begins with a brief introduction to SQL keywords and syntax. It then discusses best practices for writing SQL statements in VBA code, including storing the SQL in a string variable, using uppercase for keywords, and formatting clauses on separate lines. The document also covers working with variables in SQL statements and debugging SQL code, providing examples of common error messages.