Recent content by ChronicFear

  1. C

    Sorting Query by Multiselect Listbox

    Hello, I've previously posted this question here: http://www.access-programmers.co.uk/forums/showthread.php?t=168702 but thought I would open it up to the rest of the forum for assistance. I have a query that identifies categories of things that don't have any additional data entered about...
  2. C

    Identifying Empty Records

    ***BUMP*** So far I have the two queries working great, but I need a way to control for which quarters are selected from a multi-listbox. It's easy enough to set a reference to the form that contains the listbox, but that only works if one choice is selected. If two are selected, how can...
  3. C

    Identifying Empty Records

    You, Sir, are a genius! Now a follow-up, if I may: The form that I have for people to build their reports uses a multi-select list box for the quarters. How can I get multiple values from that into the query? Thanks.
  4. C

    Identifying Empty Records

    Hello, I have a database where project managers enter information about the status of their projects quarterly. This is something they will need to do each and every quarter. I am trying to create a query to determine who has not entered anything for their product in a given quarter so that...
  5. C

    Filtering Based on a Multi-Select Listbox

    Paul, Thanks again for your help. As usual, I often get hung up trying to figure out how to make Access do something, when the easiest answer is just to make Access do nothing. I also like your check box idea, but I think that I'll get push-back from users (you know how people get) that...
  6. C

    Filtering Based on a Multi-Select Listbox

    If I may indulge myself, perhaps you can help me with another related problem. So instead of having the user select every option in the listbox or having the listbox default to highlighting everything, I used some code from this site to add a dummy (All) choice at the top of my lists...
  7. C

    Filtering Based on a Multi-Select Listbox

    Brilliant! Thanks, Paul.
  8. C

    Filtering Based on a Multi-Select Listbox

    Ok, that is helpful for the first part, thanks. I don't fully understand how Access thinks about filtering reports, so I'm also not sure how to write the filter for the open event. Perhaps I should back up: I have a form that allows users to customize a report. It contains many multiselect...
  9. C

    Filtering Based on a Multi-Select Listbox

    If I may hijack this thread... pbaldy, how might I extend your logic to filter by multiple catergories? So if I have two mulitselect listboxes on my form, how can I get the code to loop through and filter by both? Thanks, CF
  10. C

    Query Doesn't Find All Data

    Nevermind, I solved this right after I posted. Please delete, mod. Thanks, CF
  11. C

    Create a report PDF then email

    Thanks, Harley. Unfortunately, I'm still working with 2002.
  12. C

    Create a report PDF then email

    Hi Ted, If you don't mind, I'd like to add one last question to your long list here. I've downloaded your demonstrations and built them into my system, but I am stuck on the automatic attachment of the newly created PDF file. I've stepped through the code about 20 times already thinking I...
  13. C

    Directory Search Error

    Ahh, I see. Yes, that must have been the problem. Ghudson's version was written in A97, and while I converted it up to A2002 (my version), I forgot about those little changes in the coding. Thank you again for all your help, Bob and Gemma. It is sincerely appreciated.
  14. C

    Directory Search Error

    Yep, making that little change seems to have solved the problem. Weird. Would you mind explaining to me exactly what the issue could have been? Obviously I wasn't being specific enough for Access, but what was Access likely assuming I meant by simply "recordset"? Thank you so much for your help.
  15. C

    Directory Search Error

    Hello, I downloaded Ghudson's file here in order to allow my users to view documents relevant to the record they are viewing in the database. I've made some slight modifications so that the code pulls all the file links from the directory into a table. The code then scans the entire title to...
Back
Top Bottom