Recent content by jholar

  1. J

    help on Ms Access search code

    Hi I want to search for a particular software name from my table named "software", having colomn name as "Softname". I have created a form in MS access 2010 having 1 textbox "Enter Softname" and have a search button. What code do i need to have in onclick event for search button so that entered...
  2. J

    need help

    I have a table named By software and coloumn named Name, this coloumn contains the record that i am searching for. This code doesnt seem to work it gives me an error message. Me.Filter = "By Software.Name='" & Me.txtField & "'" Me.FilterOn = True Compile Error: Method or data member not found...
  3. J

    need help

    i have a textbox and i want to search for a particular string from my table from coloumn. it should be like once i click on search button it should show me all possible entries of that string from the coloumn of my table.
  4. J

    need help

    I have an access form and there is a textbox in which i enter a string and have a search button so I need the onclick event procedure to search a string from my table. so how do i do it in access 2010.
Back
Top Bottom