unknown parameter question

  • Thread starter Thread starter Meg
  • Start date Start date
M

Meg

I have a report I have written. Everything is working
fine with one exception. When I first click on the
report, I get a parameter question "Enter Parameter
Value" "TransferFromAccount".

At one time I had a field with that name in the report
but I renamed it. I can't find where this is calling
from. Can anyone tell me tips to locate where this is
being called from?

Thanks in advance.

Meg
 
Meg said:
I have a report I have written. Everything is working
fine with one exception. When I first click on the
report, I get a parameter question "Enter Parameter
Value" "TransferFromAccount".

At one time I had a field with that name in the report
but I renamed it. I can't find where this is calling
from. Can anyone tell me tips to locate where this is
being called from?

Have you checked the Sorting and Grouping options? I've had fields hide in
there before.

Tom Lake
 
Meg said:
I have a report I have written. Everything is working
fine with one exception. When I first click on the
report, I get a parameter question "Enter Parameter
Value" "TransferFromAccount".

At one time I had a field with that name in the report
but I renamed it. I can't find where this is calling
from. Can anyone tell me tips to locate where this is
being called from?

Thanks in advance.

Check your code in the report's module. Check the Sorting and Grouping
dialog. Check all expressions in your controls. Try running the
RecordSource query separately to see if you are prompted there.

If you still haven't turned it up, make a copy of the report and start
deleting controls a few at a time until you see the prompting stop.
Sometimes it can be amazingly difficult to find these things.
 

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

Back
Top