U
Url Onz
I have a stored procedure that I want to use for the
record source of a form. I can put the record source in
the properties box as "Exec ip_rpt 12345" where "12345" is
the parameter I am passing. Now what I need to do is to
get a simple way to pass the parameter to the proc. It
would be nice to get it from a form. I could then code a
comanc button to open the report.
record source of a form. I can put the record source in
the properties box as "Exec ip_rpt 12345" where "12345" is
the parameter I am passing. Now what I need to do is to
get a simple way to pass the parameter to the proc. It
would be nice to get it from a form. I could then code a
comanc button to open the report.