B
Beau Lendman
This code doesn't work on the OnOpen property of my report:
Me.RecordSource = "spTemp"
Me.InputParameters = "@temp int=" & Forms!Form1!Temp
Basically, the input parameter isn't getting passed to the
stored procedure.
Any ideas on what's wrong would be most appreciated.
Thanks
Beau
(e-mail address removed)
Me.RecordSource = "spTemp"
Me.InputParameters = "@temp int=" & Forms!Form1!Temp
Basically, the input parameter isn't getting passed to the
stored procedure.
Any ideas on what's wrong would be most appreciated.
Thanks
Beau
(e-mail address removed)