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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top