ADP Subform Input Parameters

S

Scott Bailey

I'm building my first ADP project. I have a form/sub form and I'm trying to
figure out where do I insert the "Input Parameters" needed by my SPROC?

The sub form is based on a SPROC that has an input parameter. I found the
link http://support.microsoft.com/default.aspx?scid=kb;EN-US;236368 that
details my problem, but I can not understand step 7 that reads "Set the
InputParameters property as follows".

Can someone explain where in my access adp file does the "InputParameters
property" reside?

Do I need to have vba code setting this SPROC parameter?
 
B

Baz

Scott Bailey said:
I'm building my first ADP project. I have a form/sub form and I'm trying to
figure out where do I insert the "Input Parameters" needed by my SPROC?

The sub form is based on a SPROC that has an input parameter. I found the
link http://support.microsoft.com/default.aspx?scid=kb;EN-US;236368 that
details my problem, but I can not understand step 7 that reads "Set the
InputParameters property as follows".

Can someone explain where in my access adp file does the "InputParameters
property" reside?

Do I need to have vba code setting this SPROC parameter?

It's on the form's property sheet, near the bottom of the Data tab.
 
Top