Taking info from a parameter and....

Vav

Registered User.
Local time
Today, 15:58
Joined
Aug 29, 2002
Messages
36
Hello,

Got a question,

I have a report based off a query. In the query the user is prompted with to questions.

1) Enter the begining date
2) Enter the Ending date


I was wondering if it were posible to display on the report the two parameter that the user was required to fill in.

I think it would make the report much more valuable and complete if the dates were displayed. This would mean that the user would not have to calculate the start and end date by reading through the report.

Does this make sense?

Peter Vavasour

Note: I assume it is a matter of taking the parameter info and displaying it in unbound text boxes on the report. But how?
 
Set the ControlSource of two unbound text boxes on the report eqaul to the parameters prompted i.e.

=[Enter the begining date]

=[Enter the Ending date]
 
BRILLIANT

Thanks so much. It worked like a charm.

Sometimes it is the easy things that seem the hardest.

Your help was appreciated.

Peter Vav
 

Users who are viewing this thread

Back
Top Bottom