Search results

  1. D

    Compile Error Syntax Error in Search Form VBA Code

    I have a fairly large search form. The search button is working except for one field which is a combo box. I'm just not sure how to code it. It was suggested by someone on this forum that I also code it the same way that I did for my text boxes. That did not work. I also tried the following...
  2. D

    Search Form Module only partially working

    Hi, First, I'm fairly new to Access and even newer to VBA but trying. I created a search form and the coding. My search form has 11 searchable fields. All of them are working except one - CommitteeContact which is based on a combo box. When I try to search on CommitteeContact, I get the error...
  3. D

    Search For Record Macro Not Working

    Hi, I have a form in which I've put a search button to bring up a specific record. I want the user to only have to enter one word from a string of words (not necessarily the first word in the string). This is what I have in the macro: Object Type: Form Object Name: InputCaseData Record...
  4. D

    Run-time Error 3075

    First, let me say I'm pretty inexperience in Access and very inexperienced in VBA but I'm trying to build an Access database and have built a search form. I have some VBA code to go along with that. Both the text boxes and the combo boxes work when I am searching in one field only. However, when...
Top Bottom