klr397
01-09-2006, 05:51 AM
I had a report that before had a parametrs box that would show on opening that would ask you to manually type in the name of the account exec
now i built a form with a drop down list but i cant get rid of the parameter box. Any Ideas?
RuralGuy
01-09-2006, 06:29 AM
Delete the Criteria entry from the Query the report is based on. Are you using the WhereCondition argument of the OpenReport command to limit the query selection?
klr397
01-09-2006, 06:50 AM
i did delete that stuff and I am using a macro for my open report button
RuralGuy
01-09-2006, 06:55 AM
Have you looked at the RecordSource of the Report to make sure the Criteria is removed? Can you run the report by itself and not get the parameter request?