Recent content by Ebweaver

  1. E

    Search Button Based from Query

    It works great! Thank you so much, now I have some designing to do to make it look nice. :D
  2. E

    Search Button Based from Query

    I just add that in under the other code before End Sub? Edit:Nevermind I see it's already all there.
  3. E

    Search Button Based from Query

    Report name is rMediaContacts
  4. E

    Search Button Based from Query

    Oh I see, there was no record source - it's set to tMediaContacts now. I feel dumb. So now when I click my filter button, it will find based on my search criteria - then I need to create a report that I click to open after I hit the filter button?
  5. E

    Search Button Based from Query

    Yes, I have it set up just like that. The filter command button and combo boxes are in the Form Header - and the default view is set to Continuous Forms.
  6. E

    Search Button Based from Query

    Okay it seems like no other problems with the code, however when I click the filter button nothing happens. Is this when I need a report or subform for the data to show up in? Also, thank you so much for your help on this.
  7. E

    Search Button Based from Query

    Table = tMediaContacts Form = fSearch Button = cmdFilter Combo1 = cmbLocation Combo2 = cmbCategory Combo3 = cmbCity
  8. E

    Search Button Based from Query

    Hmm, removed those lines but still getting the same: On the same line as before.
  9. E

    Search Button Based from Query

    Yes, I did.
  10. E

    Search Button Based from Query

    Do I need to create a report or a subform for the data to display in? I'm getting an error with this line: Private Sub cmdFilter_Click() I named my button cmdFilter however.
  11. E

    Search Button Based from Query

    No rush at all! I appreciate the help.
  12. E

    Search Button Based from Query

    I haven't made the report yet, I just wanted it to search the data correctly first.
  13. E

    Search Button Based from Query

    I can set up the form that way if possible - right now it's just simple with three combo boxes for three search fields and a run query button.
  14. E

    Search Button Based from Query

    Well sure! I trust you that the code is probably the better way, it's just new to me. What all do you need to know?
  15. E

    Search Button Based from Query

    GinaWhipp - thanks for the quick response. I understand little to no code (new to Access) - how would I go about applying that code to my search form? Should I even bother with trying with a query like at the bottom of that link?
Top Bottom