0
Views
1
Comments
Combobox populated with Stored Procedure
Hi there.

I Have a function that calls a stored procedure to return data. I want to populate a combobox with that stored procedure data. 

How can i do that?
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP
You need to create an Advanced Query that calls the function. You can then use the output of the query to populate the combobox.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.