unset the inputparameters on a report

C

Chris

Hi,

I am using Access 2000.

I have a report that I set the recordsource and inputparameters in VBA in
the Open
Event of the report.
This works fine.

However, I want to use the same report for a different stored procedure that
does not use input parameters.

If the input parameters have already been set before and I try to run the
report again without parameters I get the following message
: Myprocedure has no parameters and arguments were supplied.

I have tried setting the inputparameters = ""
and other things.

I basically need to blow away any residuel settings of the report and have a
clean
slate to work with.

is there something I can do in the close event of the form or a setting?

thanks

Chris

When the report
 
Top