I have the following
dim rst as adodb.recordset
set rst = new adodb.recordset
rst.open "select * from officeTemp", currentproject.connection
But the problem is that rst now possesses a set that is, say, 50 entries long. If I open up "select * from officeTemp" manually in Access, it shows 42...