I am currently trying to open a stored procedure from a form in ADP. I can open the procedure with a command button using VB- easy.
I however, get popup parameter message boxes...i would like to be able to directly transfer the parameters from the form to the stored procedure.
I was wondering where the following code would need to go?
In Visual Basic for the button...if so, where?
In the header of the Stored Procedure...if so, where?
In the Input Properties of the form...didn't work.
@Department=Forms!Chris!Department
@hZipBegin=Forms!Chris!BeginZip1
@hZipEnd=Forms!Chris!EndZip1
Any help would be greatly appreciated...thanks
-chris
I however, get popup parameter message boxes...i would like to be able to directly transfer the parameters from the form to the stored procedure.
I was wondering where the following code would need to go?
In Visual Basic for the button...if so, where?
In the header of the Stored Procedure...if so, where?
In the Input Properties of the form...didn't work.
@Department=Forms!Chris!Department
@hZipBegin=Forms!Chris!BeginZip1
@hZipEnd=Forms!Chris!EndZip1
Any help would be greatly appreciated...thanks
-chris