Re: Enter Parameter Value?
- From: "Zack Barresse" <firefytrNO@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 10 May 2006 07:31:06 -0700
Hi Marshall,
I did have a field which did not match any in the query's table, so I
renamed it to the correct field name (from "Sampled" to "SampledBy") and
everything matches, but I'm still getting the prompt. Do you know what else
I could check?
I did check the SQL statement and all the field names match and I did not
see anymore "Sampled", yet it still prompts for that parameter.
--
Regards,
Zack Barresse, aka firefytr
"Marshall Barton" <marshbarton@xxxxxxxxxx> wrote in message
news:9pkv52dtqu2fa426vdek1vd140iungl4qg@xxxxxxxxxx
Zack Barresse wrote:
I'm not understanding this message I keep getting when I open a report.
It
asks me if I want to Enter Parameter Value for one of the fields. If I
click Ok through it, the report looks fine. If I press Cancel, the report
does not open. How do I suppress this input box?
That message is called a Parameter Prompt and it appears
whenever a query runs across a name that is not in the
query's base table.
If you did not intend to prompt for a value, the cause is
typically a misspelled name or the name of a field in the
table was changed and you forgot to fix the query. You can
test for this situation by opening the query directly from
the query design or database window.
If you do not get the parameter prompt message from the
query by itself, then the mispelled or extraneous name is in
the report instead of the query.
In this case check the report carefully for the name. It
may be used in a control's ControlSource property or in
Sorting and Grouping.
Make carefult note of the name that you are being prompted
for a value. Then fix the field name's spelling in the
query or report.
--
Marsh
MVP [MS Access]
.
- Follow-Ups:
- Re: Enter Parameter Value?
- From: Marshall Barton
- Re: Enter Parameter Value?
- References:
- Enter Parameter Value?
- From: Zack Barresse
- Re: Enter Parameter Value?
- From: Marshall Barton
- Enter Parameter Value?
- Prev by Date: Re: Make a report show content from an external Database
- Next by Date: Re: Keeping together records with same header
- Previous by thread: Re: Enter Parameter Value?
- Next by thread: Re: Enter Parameter Value?
- Index(es):
Relevant Pages
|