book = Form_Form1.Text16.Value
rs.FindFirst "(coursecode) = '" & book & "' "
rs.Edit
rs("coursecode" = Form_Form1.Text16.Value
rs.Update
rs.Close
i have a subform(datasheet) on the left on the right i have text boxes (linked to subform)
i'm trying to edit the value of a record in subform using the text boxes.
but if i change the value of the text box it always edits the 1st record i want to edit the selected record
hope you can make sense of this
thanks as always
mike
rs.FindFirst "(coursecode) = '" & book & "' "
rs.Edit
rs("coursecode" = Form_Form1.Text16.Value
rs.Update
rs.Close
i have a subform(datasheet) on the left on the right i have text boxes (linked to subform)
i'm trying to edit the value of a record in subform using the text boxes.
but if i change the value of the text box it always edits the 1st record i want to edit the selected record
hope you can make sense of this
thanks as always
mike