Monday, June 18, 2012

MS Access SQL IN Clause

I use the MS Access SQL 'IN' clause infrequently enough that I routinely forget the syntax, so this post encapsulates that information in an easy place for you and me to find.  Here's the most basic example...

SELECT * FROM tblTable IN 'C:\Folder\File.mdb'

You can get lots more details here.

No comments:

Post a Comment