Report with data input from a stored procedure

L

Leif S

Friends,
Could anyone help me with the following:
I have a report retreiveing its data from a stored procedure. The prodedure
takes a input parameter - dailyProgressReportId. I open the report from a
command button in another form passing the dailyProgressReportId. I need to
map the parameter dailyProgressReportId into the Input Parameters property in
the report. What is the format for this? Can I specify to input parameters if
a stored procedure should need that?

Thanks for any assistance!

/Leif S
 
Top