This should be easy I know, but it is frustrating me. I can write all sorts of stored procedures but can't figure this simple sp out. All I want to do is to open a form and have a SP set as the recordsource. Here's the problem: when the form is opened there are two fields that are hidden; initial and lastvalue. All that needs to be done is to pull all records between initial and lastvalue through the SP. I can't get the SP to look at the form for values and for the life of me I can't pass parameters through the forms Input Parameters.
I want the SP to filter on the server side not client side due to the large number of records. Any help is appreciated!
I want the SP to filter on the server side not client side due to the large number of records. Any help is appreciated!