I've searched for a while today and haven't found anything that made sense to me so i'm back with, what seems to be, a difficult request.
To keep things simple, just so I could figure out how to do this, I created a new database with 1 table. That table has 3 columns, the default ID column, a column titled "user" and one more titled "skill".
I put various names in the user column and 3 different skill levels in the skill column like what you see below:
UserA Novice
UserB Expert
UserC Intermediate
UserD Expert
UserE Novice
From here I am lost as to how to make a form take the data they are selecting to pass those values into a query for a report.
I can make a query ask for the values and get it to work that way but I want the form to determine the values, not the user typing in the information from the query popup. Also, I want them to be able to select more than one value because I have the form set up to use list boxes. If they want to see all users who are in the expert and novice categories then selecting both should display a report of all users and their respective skill levels.
The list box row sources show the correct data (because I used a query in the row source) and multi select works.
Getting that select data to pass through when clicking the "Submit" button is where i'm hitting a wall. :banghead:
I've read other similar posts but there seems to be several steps left out for a beginner like myself to understand. Those steps, for a more advanced user, are probably just implied. I guess what i'm saying is if you don't mind...spell it out as much as possible. Thanks in advance for your help.
Using Access 2010
To keep things simple, just so I could figure out how to do this, I created a new database with 1 table. That table has 3 columns, the default ID column, a column titled "user" and one more titled "skill".
I put various names in the user column and 3 different skill levels in the skill column like what you see below:
UserA Novice
UserB Expert
UserC Intermediate
UserD Expert
UserE Novice
From here I am lost as to how to make a form take the data they are selecting to pass those values into a query for a report.
I can make a query ask for the values and get it to work that way but I want the form to determine the values, not the user typing in the information from the query popup. Also, I want them to be able to select more than one value because I have the form set up to use list boxes. If they want to see all users who are in the expert and novice categories then selecting both should display a report of all users and their respective skill levels.
The list box row sources show the correct data (because I used a query in the row source) and multi select works.
Getting that select data to pass through when clicking the "Submit" button is where i'm hitting a wall. :banghead:
I've read other similar posts but there seems to be several steps left out for a beginner like myself to understand. Those steps, for a more advanced user, are probably just implied. I guess what i'm saying is if you don't mind...spell it out as much as possible. Thanks in advance for your help.
Using Access 2010