Query Development Resources

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am new to Access devlopment and am trying to track down some good resources
on Query Development. Can someone point me in the direction of some good
resources either on-line of in the old fashioned book format.

Any help would be greatly appreciated.

Z
 
Zoltar54 said:
I am new to Access devlopment and am trying to track down some good resources
on Query Development. Can someone point me in the direction of some good
resources either on-line of in the old fashioned book format.

Any help would be greatly appreciated.

Z

jet sql is essentially the same syntax (up to a point) as every other
sql variation. try to forget about building "access queries" and learn
the basics of structured query language instead. you will seriously
reap the rewards from that approach down the road. find a good book on
sql and WRITE your queries without the query design view and you'll be
a grand master in no time!

off the top of my head, i cant name specific resources... but hit
google - it's kind of like standing in a forest trying to find the best
tree!
 
I don't have the references handy, but there are three large reference
pages somewhere on the MS web site: introductory jet sql, intermediate
jet sql, and advanced jet sql.

(david)
 
My Apologies for not stating tis sooner, but thatnks very much for this
advice, it is working great!

Z
 
Back
Top