SQL for Access

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

is SQL for access different from SQL (i.e., like VBA is
different than VB). Or more to the point, is there a good
reference book for someone interested in learning SQL for
Access programing. Thanks.

Steve
 
Access SQL, like other SQLs, has its own flavours even though they all look
similar.

See the Access SQL Reference "book" in Access Help. Also try the book:

SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL

by Michael Hernandez and John Viescas
 
Back
Top