SQL Question

  • Thread starter Thread starter djkc
  • Start date Start date
D

djkc

I'm new to all this SQL view and don't completely understand it. Do any of
you have any links to websites with beginners info or pre-made terms you can
use in a sql query?
Thanks!
 
djkc said:
I'm new to all this SQL view and don't completely understand it. Do
any of you have any links to websites with beginners info or pre-made
terms you can use in a sql query?
Thanks!

The easiest way to pick it up is to use the Access Query Builder. Use
the GUI (Design View) to create a query, then switch to SQL View (View
menu, toolbar button, or right-click menu) to see the sql statement that
was generated.
 
Back
Top