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...