Hi,
I have a c# windows app with a formTab on one of the forms. What I'm trying to do is pass the id of one datasource into the parameter of the query for another datasource on another tab. So effectively when the row containing the id field is selected the data on the next tab can be queried using that id field as aparameter. So how do I pass that value?
sorry - I hope that isnt too confusing!
Thanks