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.
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...
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...
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.
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.
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...
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...