Recent content by sriram_srinivasan

  1. S

    Seek method

    Find method also okay,but i need to return wheather the searching value available or not in the another table.If not i need to update the data in to another table.
  2. S

    Seek method

    Hi Sir, iam facing problem in index....run time error 3800 ' Error facing here Run-Time Error 3800."displayset_query_string" index not in the table Dim db As DAO.Database Dim sdm As DAO.Recordset Dim ds As DAO.Recordset Dim rs As DAO.Recordset Dim vr As String Set db = CurrentDb...
Back
Top Bottom