Hello,
I have a database under SQL server. Now I am trying to create a report from an Access application where the users are able to choose an option from a combo box and also input a start and an end date (using text boxes) so that the report runs under those conditions; however, I am using stored procedures to input my sql sentences and I don't know how to send the values from the variables I have on my forms to the procedure. Could you let me know how is it done?

Thank you!
Gloria