MS Access SQL Book Recommendation

  • Thread starter Thread starter cp2599
  • Start date Start date
C

cp2599

Would someone please recommend a book that can help me with
formulating queries for MS Access? I'm somewhat familiar with DB2/
Oracle though I'm a little rusty. I'm mainly need help with joining
multiple queries and the advanced techniques. Thanks -
 
Jet uses explicit join (ie, not the *= syntax in the where clause) and
requires parenthesis. It is better to start with the query designer to get
the syntax right, then, make the corrections in the SQL view.

You may consider, somehow, that this newsgroup *is* an advanced book, a book
which can even understand your question, that is! It just stops short of
reading your mind, though.

Vanderghast, Access MVP
 
Back
Top