Rousseau10
Programmer
what am I doing wrong here. I made reference to Microsoft DAO.3.6 Object Library
Run time Error 91
"Object Variable or With Block Variable not set"
I get the erro on the Set rs .... line
What am I missing or doing wrong?
Dim DB As DAO.Database
Dim rs As DAO.Recordset
SQL = "SELECT * FROM GroupLookUp"
Set rs = DB.OpenRecordset(SQL)
thanks!
Run time Error 91
"Object Variable or With Block Variable not set"
I get the erro on the Set rs .... line
What am I missing or doing wrong?
Dim DB As DAO.Database
Dim rs As DAO.Recordset
SQL = "SELECT * FROM GroupLookUp"
Set rs = DB.OpenRecordset(SQL)
thanks!