I think I'm missing something somewhere. I'm trying to create a parameter query where a person will enter his/her id number and the query will pull only pertinent data to that id in the form of a pivot table.
When I follow the instructions on Microsoft's help and website, my query tells me that a parameter is not allowed.
It's a simple query from one table that's updated hourly by a stored procedure working at the database level, so all the query has to do is pull the information based on this one field that exists in the table.
What am I doing wrong?
Margaret
When I follow the instructions on Microsoft's help and website, my query tells me that a parameter is not allowed.
It's a simple query from one table that's updated hourly by a stored procedure working at the database level, so all the query has to do is pull the information based on this one field that exists in the table.
What am I doing wrong?
Margaret