How can I fill a form from an SQL Stored procedure

H

hmadridsterHouston

I want to make a selection froma drop down and use the selected data as a
parameter for a stored procedure. Is that possible with InfoPath? If so how
can I do it.
 
G

Greg Collins [InfoPath MVP]

You should be able to use code to get the selected value and update your store procedure before querying.
 
Top