Search results

  1. G

    Output A Report To Multiple PDFs

    Adam. This code was so very helpful to me. I also needed to create multiple pdf files from one report and I just adapted this code for my needs. Thanks.
  2. G

    Query filtering using unbound text box

    Many months later and I finally figured out my issue. Even though I want to send various date values to my query, I cannot send them as actual date values, but as text. After I changed the format of my text boxes from date values to just text, every thing worked out fine. These itty bitty...
  3. G

    Query filtering using unbound text box

    I spoke too soon. Again it is not working.:banghead: Strange because it worked yesterday..... I ran the compact and repair utility, but still not working.
  4. G

    Query filtering using unbound text box

    Well I ended up changing one of the unbound text boxes to a combo box with the date entries I need then when the combo box value changes it triggers a change in the other text box. This is actually working although I didn't really want to have to do it this way. The combo box's data come from...
  5. G

    Query filtering using unbound text box

    I have some filtering criteria in a query that is based on some unbound text boxes in a form. These text boxes contain start and end dates. This form is not based on any table or query. All controls are unbound. The query functions properly initially, however, I am programmatically changing...
Back
Top Bottom