ms access findfirst goes to new record instead of displaying specified record -


this code working fine starting displaying 'new' instead of specified record. can't think of did make stop working expected. appreciated.

private sub cbohotel_afterupdate()  dim rs object dim strcriteria string  set rs = me.recordset.clone  strcriteria = "[eventname] = '" & me.cboevent & "' , [hotel] = '" & me.cbohotel & "'"  rs.findfirst strcriteria  if not rs.eof me.bookmark = rs.bookmark  forms!submissions!tabctl1.visible = true  forms!submissions!eventname.setfocus  end sub 

form>properties>data>data entry needs set no