R
rm
I have a report based on a stored procedure. The stored procedure
contains 1 parameter, ID - long. I am trying to use docmd to open the
report an call the query. Each time I open the report I am prompted
for the ID.
The where condition on the docmd.open does not work ("[ID]="&
cstr(id)). I am still prompted for [ID].
How can I feed the stored procedure a paramter value in the open event
of the report.?
contains 1 parameter, ID - long. I am trying to use docmd to open the
report an call the query. Each time I open the report I am prompted
for the ID.
The where condition on the docmd.open does not work ("[ID]="&
cstr(id)). I am still prompted for [ID].
How can I feed the stored procedure a paramter value in the open event
of the report.?