Recent content by jbroge

  1. J

    Select Multiple criteria for query on a form

    This does exactly what I have been trying to accomplish! Thanks for sharing!
  2. J

    Dynamic Query using VBA

    Thanks apr pillai. I apologize for my ignorance but this is all new to me, and what better way to learn than to ask questions.
  3. J

    Dynamic Query using VBA

    Hello all, I am attempting to create a dynamic query based on form driven criteria using VBA. I found a few tutorials out there, but I'm receiving an error saying Run-time error '13': Type mismatch. Here is the code I am using Private Sub cmd_RunQuery_Click() Dim strsql As Variant Dim qbf...
  4. J

    Excluding records from search results that have fields with no data

    I am pretty new to Access so bear with me here. I'll explain my issue the best I can since I cannot include screenshots (my 1st post here). I attached some images of my query, form, and results. I have a search form with 12 fields. In my query I use Like "*" &...
  5. J

    Hello

    Wanted to say Hello to everyone. I'm pretty new to Access and VBA. Started few months ago when given a project for work. I've learned a lot during this project with the help of this site, so I decided to join! See you on the boards!
Back
Top Bottom