“Too few parameters error” when trying to open a recordset in Access with VBA
问题 I found another answer on here that addressed this but it didn't help me. I checked the query I am trying to reference and I don't see a problem with any field. I also played around with how I declared and set the objects and stuff but that didn't work either. Dim dbsCurrent As DAO.Database Dim rst As DAO.Recordset Set dbsCurrent = CurrentDb Set qdf = CurrentDb.QueryDefs("qry_FilmZip") Set rst = qdf.OpenRecordset 'The error points to this line rad_full = rst!radius_full MsgBox ("rad_full:" +