People,
I have a code tidbit that I can't seem to make work...
**************************************************
Dim dbs As DAO.Database, qdf As QueryDef, rst As Recordset
dim strSql as string
Set dbs = CurrentDb
strSQL = "Select * from tblLocation"
Set qdf =...