hi .. am trying to find a record int eh recordset that has two conditions
///////////////////////////////////////
Dim strSearch As String
strSearch = "[section_ref]= '" & intSectionRef_frmSectionTrainee & "' And [trainee_id]='" & intTraineeID & "'"
rsSectionTrainee.MoveFirst
rsSectionTrainee.Find (strSearch)
rsSectionTrainee![grade] = Me.txtGrade
rsSectionTrainee.Update
//////////////////////////////////
i get this error (arguments are of teh wrong type, are out of acceptable range, or are in conflict with other one)
thanks
///////////////////////////////////////
Dim strSearch As String
strSearch = "[section_ref]= '" & intSectionRef_frmSectionTrainee & "' And [trainee_id]='" & intTraineeID & "'"
rsSectionTrainee.MoveFirst
rsSectionTrainee.Find (strSearch)
rsSectionTrainee![grade] = Me.txtGrade
rsSectionTrainee.Update
//////////////////////////////////
i get this error (arguments are of teh wrong type, are out of acceptable range, or are in conflict with other one)
thanks