R
redrover
I'm trying to open a recordset based on a query. I'm gettint a message
telling me I have too few parameters. My code is:
Dim rst As ADODB.Recordset
Set rst = CurrentDb.OpenRecordset("qryCompTrScore")
qryCompTrScore is the query I'm wanting to open so I can loop through the
records. What is wrong with code I'm using?
telling me I have too few parameters. My code is:
Dim rst As ADODB.Recordset
Set rst = CurrentDb.OpenRecordset("qryCompTrScore")
qryCompTrScore is the query I'm wanting to open so I can loop through the
records. What is wrong with code I'm using?