I'm trying to use a recordset I get this message???
"RUNTIME 3709..THE APP. REQUESTED AN OPERATION ON AN OBJECT WITH A REFERENCE TO A CLOSED OR INVALID CONNECTION OBJECT.
Dim holdstu As ADODB.Recordset
Set holdstu = New ADODB.Recordset
holdstu.open "SELECT personnel.lname,personnel.fname...