You won't need to. You can just access the control value.
However, if you want to access a parameter prompt value from a query, the
query must return at least one record.

Signature
Duane Hookom
MS Access MVP
--
> Thanks Duane. I will do that but I do have another question on this issue.
> Is
[quoted text clipped - 31 lines]
>> >
>> > Thanks
I had the same problem. The parameter did not print because there was no
data. Then I hid a field that should say either "initial", "pending" or
"closed" depending what the user put in the parameter box. Then I referenced
to the box by creating a new text box, but it was still blank, because the
initial field that reads, for example, "initial", did not say that, because
there was no data. Did I miss Duane's answer? The website does not seem to
give answers. What to do?
> You won't need to. You can just access the control value.
>
[quoted text clipped - 36 lines]
> >> >
> >> > Thanks
Duane Hookom - 12 Nov 2004 06:09 GMT
You can reference the parameter value if the query returns records.

Signature
Duane Hookom
MS Access MVP
> I had the same problem. The parameter did not print because there was no
> data. Then I hid a field that should say either "initial", "pending" or
[quoted text clipped - 44 lines]
> > >> >
> > >> > Thanks
Soto - 13 Nov 2004 05:19 GMT
Is there absolutely no workaround to display the parameter on the report if
there is no data? No programming?
> You can reference the parameter value if the query returns records.
>
[quoted text clipped - 57 lines]
> > > >> >
> > > >> > Thanks
Duane Hookom - 13 Nov 2004 06:38 GMT
Can you see the earlier postings in this thread that suggest getting all
criteria from controls on forms? You can always reference the form control
in your report.

Signature
Duane Hookom
MS Access MVP
> Is there absolutely no workaround to display the parameter on the report if
> there is no data? No programming?
[quoted text clipped - 60 lines]
> > > > >> >
> > > > >> > Thanks