G
Guest
Hey there,
I have an ADP with a report based on an SQL stored procedure in an sql
database. The report accepts a @StartDate and an @EndDate as params. How do
I display the values of those entered by the user in the report? Used to be
able to concatenate Query parameter values in access like so:
="For dates " & [StartDate] & " to " & [EndDate]
How do I do this in a report based on an SQL StoredProc with params?
Thanks!
I have an ADP with a report based on an SQL stored procedure in an sql
database. The report accepts a @StartDate and an @EndDate as params. How do
I display the values of those entered by the user in the report? Used to be
able to concatenate Query parameter values in access like so:
="For dates " & [StartDate] & " to " & [EndDate]
How do I do this in a report based on an SQL StoredProc with params?
Thanks!