"Enter param values" for deleted controls

  • Thread starter Thread starter Gary Schuldt
  • Start date Start date
G

Gary Schuldt

I have a simple report of 6 fields. I deleted the controls for 3 fields (G,
S, and V) and replaced them with one. I also changed the RecordSource for
the report; the new RS doesn't contain the 3 deleted fields.

When I run it, everything works EXCEPT it asks for parameter values for G,
S, and V. I know I must need to delete them from SOMEWHERE in addition to
removing the controls from the design view of the report, but I can't
remember / discover where.

I'm sure it's simple, but I don't see it.

Thanks.

Gary
 
Open the report in design view.

Check the Sorting And Grouping box.
Also check the Properties of the report: Filter and OrderBy.
 
There it was, right in the Sorting and Grouping box. That will teach me to
copy and paste nice-looking things from other databases!

Thanks, Allen

Gary
 
Back
Top