Recent content by ascendantP

  1. A

    Command Button to requery combobox

    Thanks for the note but that's not specifically the problem. It does requery the combobox but does not requery with the correct data. See my post above for the specifics of my problem.
  2. A

    Command Button to requery combobox

    Hi All, I have a form that also has a subform. Table tblIdeaScaleME is the parent table that populates data on the form. Table tblDecisions is the child table that is linked to the subform for user entry purposes. Both tables are linked by a primary key, Idea Number. What I would like is to...
  3. A

    Code for querying a list of filenames within a network directory

    Wow, thank you so much guys. Looks like this is exactly what I needed. I love this site!
  4. A

    Code for querying a list of filenames within a network directory

    Hello, After several days of searching, I haven't been able to find any threads related to this. I'm making a search form that queries a pdf library table. Once a search query is entered, the user is able to open the files from a results form. Currently, I am entering the filenames from the...
  5. A

    Report on percentages of "(not)approved" proposals

    You're right plog. Actually, I changed the field names to be people in my example. But the actual field names are department names in my organization, I changed the department names to be people's name in my example to protect any privacy concerns but thanks for the heads up.
  6. A

    Report on percentages of "(not)approved" proposals

    Nevermind, I answered my own question in my reply. In combination with the where clause statement, I was able to get all the numbers I needed for my percentage in one query. Thanks again plog! You were able to get me going on the right track.
  7. A

    Report on percentages of "(not)approved" proposals

    Thank you so much on this plog. You are exactly right that the totalapprovals are my biggest road block. I couldn't adapt your code to work with my query because I didn't provide enough details as you stated above. This is the structure and sample data in my table that I am trying to make a...
  8. A

    Report on percentages of "(not)approved" proposals

    Hi All, I tried looking online for something related to this but I couldn't find anything. I'm creating a report that list multiple users providing an input of "approved" or "not approved" for a plurality of proposals. I'm trying to create a report that lists the percentage for each user...
Back
Top Bottom