Search results

  1. K

    Need to Create Multi Search Form

    I was able to create a search form. However when I try to run my code at work it does run the search function. I assume it has something to do with the filepath, but I am not sure what is wrong with it. Any ideas? Private Sub cmdSearch_Click() Dim LSQL As String, SrchStr As String, NumOfItems...
  2. K

    Need to Create Multi Search Form

    Hi! Thank you for welcoming me :). Do you know if this would work for a form that is based off of tables instead of a query. Also will it pull up the subform information? I apologize I am new to the forum and obviously do not know what I am doing in Access yet. It would be nice if their was...
  3. K

    Need to Create Multi Search Form

    I have a form called Employees that is linked to five subforms. I need to create a form that gives me search options that pulls the data from the Employee's form. I am new to Access and do not really know how to do code. Below are the fields I need to search off of: PIN # (On main Employee...
Back
Top Bottom