Hi,
I am trying to execute a stored procedure that uses the data the user enters into 4 fields. Although, when I set up the look up rule using the stored procedure option, it only runs on load and not after all the fields are filled. I have also search all on here for answers and most people say to use the Lookup rule using table/view. Although when I do this, I still do not receive any rows.
When I pass through the test data into my stored procedure, I do receive a row (only supposed to pull 1). I am trying to prevent a table to be filled of rows because the Data Source table I am building will be increasing each day. Over time this will make my form take longer to load.
Is there any way I can run my stored procedure using Javascript or would I have to set my DB Table to all nvarchars for the lookup rule to properly pass though data (like a date) because I cannot convert the date like I would in my stored procedure?
Thanks!