Hello,
It is possible to use the InputParameters property to pass back OUTPUT parameters (as well as the returned recordset)?
I've tried:
@intINPUT int = Forms!Form1!intCode,
@vchOUTPUT varchar = Forms!Form1!vchOUT OUTPUT
but it seems to ignore the OUTPUT statement against the second parameter and the form control vchOUT is empty. The recordset is correctly returned.
Any ideas?
It is possible to use the InputParameters property to pass back OUTPUT parameters (as well as the returned recordset)?
I've tried:
@intINPUT int = Forms!Form1!intCode,
@vchOUTPUT varchar = Forms!Form1!vchOUT OUTPUT
but it seems to ignore the OUTPUT statement against the second parameter and the form control vchOUT is empty. The recordset is correctly returned.
Any ideas?