J
Jonathan Blitz
I am using Access with SQLServer.
I can use a SP as the recordsource for a form.
Problem is that if the SP requires parameters then a window pops up for each
parameter.
I want to give my own window and then supply the values so that the user
gets a proper selection screen.
How do I do this?
I tried running the command myself on the Form_Open event and setting the
recordset to the one I get but this didn't work - it calaims it is missing
fields.
Jonathan Blitz
AnyKey Limited
I can use a SP as the recordsource for a form.
Problem is that if the SP requires parameters then a window pops up for each
parameter.
I want to give my own window and then supply the values so that the user
gets a proper selection screen.
How do I do this?
I tried running the command myself on the Form_Open event and setting the
recordset to the one I get but this didn't work - it calaims it is missing
fields.
Jonathan Blitz
AnyKey Limited