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.
 
Back
Top