Search results

  1. J

    Greetings

    Hello. I've been a member here for a long time now, but have only recently started heavily using the forum as I'm getting more and more involved with creating code-driven Access databases. I just wanted to say that this forum has been a goldmine of knowledge for me recently. I've found this to...
  2. J

    Filtering report by date range and multiple list boxes

    This one has me stumped. I have a form that contains two text fields to enter a date range, and three multiple-select list boxes. When a "generate report" button is clicked, I would like the code to display a report that is filtered by the date range entered, and all the data selected from the...
  3. J

    Filtering subform based on multiple comboboxes

    Hello all. I have a form that has a subform and 10 combo boxes that relate to 10 columns in the subform. What I'm trying to do is automatically filter the subform based on the combobox selections, but I'm having trouble. Here is my code: Option Compare Database Private Sub txtClear_Click()...
  4. J

    Filtering any field in subform based on data entered into textbox on main form

    I've searched this forum (and many others) and although I can find many posts related to filtering subforms, I can really find anything that works for my specific situation. It may be a really simple fix, but here it is: I have a main form (frmPeople) that has an unbound textbox and an unbound...
  5. J

    Set Record Source using a string in VBA

    Set SourceObject using a string in VBA Good day all. I have an issue that you might be able to help me with. I've searched the forum and have tried several suggestions that I thought were similar to my issue, but they did not work...leaving me to believe that my issue is either unique, of I've...
Top Bottom