Recent content by JSaumya

  1. J

    Display Report in Front of Forms

    Hi, All, I see several people have already had this or similar problems -most recently IanT on March 3, but I haven't found a solution that works for me. I'm running Access 2000. I have a Switchboard from which the user can open a pop-up dialogue box. From the dialogue box, a report opens...
  2. J

    Query won't accept Multiselect LB Criteria

    Thanks again. Still working on it...
  3. J

    Query won't accept Multiselect LB Criteria

    query not accepting string from multiselect lb Thanks ever so much for your suggestions. My query is still not returning any values, though. I changed my code to string the selection from the list box into an IN statement. To do this, I now have strCriteria, which strings the lb selection, and...
  4. J

    Query won't accept Multiselect LB Criteria

    Hello, I've scoured the dozen archived threads that relate to my challenge, but I still can't quite overcome it. I have an aggregate query that runs but returns no values. This is how I've tried to set things up: A user makes a multiple selection in a list box on a form. The multiple...
  5. J

    Multiple selections in a form to run a query

    Multi-select list box - syntax error jinman1883, Sorry not to have a response to your email from March, but I'm having a similar problem and thought maybe if you figured yours out, you'd have an idea for mine. I've got my code for a multi-select list box to loop through the items selected and...
Back
Top Bottom