Hi,
I have a form that allows users to enter date parameters (Start date and end date) I am looking to pass the values keyed in the two text boxes to a pass through query.
Currently I have to edit the query and manually change the parameters:
Exec usp_KPI_New_Inc entive_WithOT '20080501','200 80531'
Can I link this to the form?
Thanks in advance.
Dave
I have a form that allows users to enter date parameters (Start date and end date) I am looking to pass the values keyed in the two text boxes to a pass through query.
Currently I have to edit the query and manually change the parameters:
Exec usp_KPI_New_Inc entive_WithOT '20080501','200 80531'
Can I link this to the form?
Thanks in advance.
Dave
Comment