does anyone know why this is happening in access 2010 and not in 2007?

the parameters button is disabled and im not able to get into it at all. does anyone know how to get into the parameters?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well since you’re using an Access Data Project (Shippin_FE: Project – Shipping (Access 2002-2003 file form…) this means you’re trying to add parameters to a SQL Server View.
That wouldn’t work ever. You’re confusing the SQL Server View editor and the Access Query editor. You can verify that its a View by selecting View -> SQL View. You’ll see
ALTER VIEWat the topIf you need to create something that accepts parameters you need to create a stored procedure instead.