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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top